Uses of Class
com.amazonaws.services.kinesisfirehose.model.RedshiftRetryOptions
-
Packages that use RedshiftRetryOptions Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of RedshiftRetryOptions in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return RedshiftRetryOptions Modifier and Type Method Description RedshiftRetryOptions
RedshiftRetryOptions. clone()
RedshiftRetryOptions
RedshiftDestinationConfiguration. getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptions
RedshiftDestinationDescription. getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptions
RedshiftDestinationUpdate. getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptions
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 RedshiftRetryOptions Modifier and Type Method Description void
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
RedshiftDestinationConfiguration. withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationDescription
RedshiftDestinationDescription. withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationUpdate
RedshiftDestinationUpdate. withRetryOptions(RedshiftRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.
-