Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchRetryOptions
-
Packages that use ElasticsearchRetryOptions Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of ElasticsearchRetryOptions in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchRetryOptions Modifier and Type Method Description ElasticsearchRetryOptions
ElasticsearchRetryOptions. clone()
ElasticsearchRetryOptions
ElasticsearchDestinationConfiguration. getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchRetryOptions
ElasticsearchDestinationDescription. getRetryOptions()
Elasticsearch retry options.ElasticsearchRetryOptions
ElasticsearchDestinationUpdate. getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchRetryOptions
ElasticsearchRetryOptions. withDurationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to Amazon ES, the total amount of time during which Firehose re-attempts delivery (including the first attempt).Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type ElasticsearchRetryOptions Modifier and Type Method Description void
ElasticsearchDestinationConfiguration. setRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.void
ElasticsearchDestinationDescription. setRetryOptions(ElasticsearchRetryOptions retryOptions)
Elasticsearch retry options.void
ElasticsearchDestinationUpdate. setRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationConfiguration
ElasticsearchDestinationConfiguration. withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationDescription
ElasticsearchDestinationDescription. withRetryOptions(ElasticsearchRetryOptions retryOptions)
Elasticsearch retry options.ElasticsearchDestinationUpdate
ElasticsearchDestinationUpdate. withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.
-