Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchRetryOptions
Packages that use ElasticsearchRetryOptions
-
Uses of ElasticsearchRetryOptions in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchRetryOptionsModifier and TypeMethodDescriptionElasticsearchRetryOptions.clone()
ElasticsearchDestinationConfiguration.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationDescription.getRetryOptions()
Elasticsearch retry options.ElasticsearchDestinationUpdate.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.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 ElasticsearchRetryOptionsModifier and TypeMethodDescriptionvoid
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.withRetryOptions
(ElasticsearchRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationDescription.withRetryOptions
(ElasticsearchRetryOptions retryOptions) Elasticsearch retry options.ElasticsearchDestinationUpdate.withRetryOptions
(ElasticsearchRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.