Uses of Class
software.amazon.awssdk.services.firehose.model.HttpEndpointRequestConfiguration
-
Packages that use HttpEndpointRequestConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointRequestConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointRequestConfiguration Modifier and Type Method Description HttpEndpointRequestConfigurationHttpEndpointDestinationConfiguration. requestConfiguration()The configuration of the requeste sent to the HTTP endpoint specified as the destination.HttpEndpointRequestConfigurationHttpEndpointDestinationDescription. requestConfiguration()The configuration of request sent to the HTTP endpoint specified as the destination.HttpEndpointRequestConfigurationHttpEndpointDestinationUpdate. requestConfiguration()The configuration of the request sent to the HTTP endpoint specified as the destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type HttpEndpointRequestConfiguration Modifier and Type Method Description HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. requestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)The configuration of the requeste sent to the HTTP endpoint specified as the destination.HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. requestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)The configuration of request sent to the HTTP endpoint specified as the destination.HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. requestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)The configuration of the request sent to the HTTP endpoint specified as the destination.
-