Uses of Class
software.amazon.awssdk.services.firehose.model.HttpEndpointBufferingHints
-
Packages that use HttpEndpointBufferingHints Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointBufferingHints in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointBufferingHints Modifier and Type Method Description HttpEndpointBufferingHintsHttpEndpointDestinationConfiguration. bufferingHints()The buffering options that can be used before data is delivered to the specified destination.HttpEndpointBufferingHintsHttpEndpointDestinationDescription. bufferingHints()Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.HttpEndpointBufferingHintsHttpEndpointDestinationUpdate. bufferingHints()Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type HttpEndpointBufferingHints Modifier and Type Method Description HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. bufferingHints(HttpEndpointBufferingHints bufferingHints)The buffering options that can be used before data is delivered to the specified destination.HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. bufferingHints(HttpEndpointBufferingHints bufferingHints)Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. bufferingHints(HttpEndpointBufferingHints bufferingHints)Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.
-