Uses of Class
software.amazon.awssdk.services.firehose.model.HttpEndpointConfiguration
-
Packages that use HttpEndpointConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointConfiguration Modifier and Type Method Description HttpEndpointConfigurationHttpEndpointDestinationConfiguration. endpointConfiguration()The configuration of the HTTP endpoint selected as the destination.HttpEndpointConfigurationHttpEndpointDestinationUpdate. endpointConfiguration()Describes the configuration of the HTTP endpoint destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type HttpEndpointConfiguration Modifier and Type Method Description HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. endpointConfiguration(HttpEndpointConfiguration endpointConfiguration)The configuration of the HTTP endpoint selected as the destination.HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. endpointConfiguration(HttpEndpointConfiguration endpointConfiguration)Describes the configuration of the HTTP endpoint destination.
-