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 TypeMethodDescriptionvoidElasticsearchDestinationConfiguration.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.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.