Uses of Class
com.amazonaws.services.kinesisfirehose.model.RedshiftRetryOptions
Packages that use RedshiftRetryOptions
-
Uses of RedshiftRetryOptions in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return RedshiftRetryOptionsModifier and TypeMethodDescriptionRedshiftRetryOptions.clone()
RedshiftDestinationConfiguration.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationDescription.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationUpdate.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptions.withDurationInSeconds
(Integer durationInSeconds) The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type RedshiftRetryOptionsModifier and TypeMethodDescriptionvoid
RedshiftDestinationConfiguration.setRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.void
RedshiftDestinationDescription.setRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.void
RedshiftDestinationUpdate.setRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationConfiguration.withRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationDescription.withRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationUpdate.withRetryOptions
(RedshiftRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.