Uses of Class
software.amazon.awssdk.services.firehose.model.RetryOptions
-
Packages that use RetryOptions Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of RetryOptions in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return RetryOptions Modifier and Type Method Description RetryOptionsDynamicPartitioningConfiguration. retryOptions()The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.RetryOptionsIcebergDestinationConfiguration. retryOptions()Returns the value of the RetryOptions property for this object.RetryOptionsIcebergDestinationDescription. retryOptions()Returns the value of the RetryOptions property for this object.RetryOptionsIcebergDestinationUpdate. retryOptions()Returns the value of the RetryOptions property for this object.Methods in software.amazon.awssdk.services.firehose.model with parameters of type RetryOptions Modifier and Type Method Description DynamicPartitioningConfiguration.BuilderDynamicPartitioningConfiguration.Builder. retryOptions(RetryOptions retryOptions)The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.IcebergDestinationConfiguration.BuilderIcebergDestinationConfiguration.Builder. retryOptions(RetryOptions retryOptions)Sets the value of the RetryOptions property for this object.IcebergDestinationDescription.BuilderIcebergDestinationDescription.Builder. retryOptions(RetryOptions retryOptions)Sets the value of the RetryOptions property for this object.IcebergDestinationUpdate.BuilderIcebergDestinationUpdate.Builder. retryOptions(RetryOptions retryOptions)Sets the value of the RetryOptions property for this object.
-