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 RedshiftRetryOptionsRedshiftRetryOptions. clone()RedshiftRetryOptionsRedshiftDestinationConfiguration. getRetryOptions()Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptionsRedshiftDestinationDescription. getRetryOptions()Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptionsRedshiftDestinationUpdate. getRetryOptions()Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftRetryOptionsRedshiftRetryOptions. 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 voidRedshiftDestinationConfiguration. setRetryOptions(RedshiftRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.voidRedshiftDestinationDescription. setRetryOptions(RedshiftRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.voidRedshiftDestinationUpdate. setRetryOptions(RedshiftRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationConfigurationRedshiftDestinationConfiguration. withRetryOptions(RedshiftRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationDescriptionRedshiftDestinationDescription. withRetryOptions(RedshiftRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.RedshiftDestinationUpdateRedshiftDestinationUpdate. withRetryOptions(RedshiftRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.
-