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 ElasticsearchRetryOptionsElasticsearchRetryOptions. clone()ElasticsearchRetryOptionsElasticsearchDestinationConfiguration. getRetryOptions()Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchRetryOptionsElasticsearchDestinationDescription. getRetryOptions()Elasticsearch retry options.ElasticsearchRetryOptionsElasticsearchDestinationUpdate. getRetryOptions()Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchRetryOptionsElasticsearchRetryOptions. 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 voidElasticsearchDestinationConfiguration. setRetryOptions(ElasticsearchRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.voidElasticsearchDestinationDescription. setRetryOptions(ElasticsearchRetryOptions retryOptions)Elasticsearch retry options.voidElasticsearchDestinationUpdate. setRetryOptions(ElasticsearchRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationConfigurationElasticsearchDestinationConfiguration. withRetryOptions(ElasticsearchRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationDescriptionElasticsearchDestinationDescription. withRetryOptions(ElasticsearchRetryOptions retryOptions)Elasticsearch retry options.ElasticsearchDestinationUpdateElasticsearchDestinationUpdate. withRetryOptions(ElasticsearchRetryOptions retryOptions)Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.
-