Uses of Class
software.amazon.awssdk.services.firehose.model.HttpEndpointRetryOptions
-
Packages that use HttpEndpointRetryOptions Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointRetryOptions in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointRetryOptions Modifier and Type Method Description HttpEndpointRetryOptionsHttpEndpointDestinationConfiguration. retryOptions()Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.HttpEndpointRetryOptionsHttpEndpointDestinationDescription. retryOptions()Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.HttpEndpointRetryOptionsHttpEndpointDestinationUpdate. retryOptions()Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.Methods in software.amazon.awssdk.services.firehose.model with parameters of type HttpEndpointRetryOptions Modifier and Type Method Description HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. retryOptions(HttpEndpointRetryOptions retryOptions)Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. retryOptions(HttpEndpointRetryOptions retryOptions)Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. retryOptions(HttpEndpointRetryOptions retryOptions)Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
-