Uses of Class
software.amazon.awssdk.services.firehose.model.HttpEndpointCommonAttribute
-
Packages that use HttpEndpointCommonAttribute Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointCommonAttribute in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HttpEndpointCommonAttribute Modifier and Type Method Description List<HttpEndpointCommonAttribute>HttpEndpointRequestConfiguration. commonAttributes()Describes the metadata sent to the HTTP endpoint destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type HttpEndpointCommonAttribute Modifier and Type Method Description HttpEndpointRequestConfiguration.BuilderHttpEndpointRequestConfiguration.Builder. commonAttributes(HttpEndpointCommonAttribute... commonAttributes)Describes the metadata sent to the HTTP endpoint destination.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type HttpEndpointCommonAttribute Modifier and Type Method Description HttpEndpointRequestConfiguration.BuilderHttpEndpointRequestConfiguration.Builder. commonAttributes(Collection<HttpEndpointCommonAttribute> commonAttributes)Describes the metadata sent to the HTTP endpoint destination.
-