Uses of Class
software.amazon.awssdk.services.firehose.model.ElasticsearchRetryOptions
-
Packages that use ElasticsearchRetryOptions Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ElasticsearchRetryOptions in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ElasticsearchRetryOptions Modifier and Type Method Description ElasticsearchRetryOptionsElasticsearchDestinationConfiguration. retryOptions()The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.ElasticsearchRetryOptionsElasticsearchDestinationDescription. retryOptions()The Amazon ES retry options.ElasticsearchRetryOptionsElasticsearchDestinationUpdate. retryOptions()The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.Methods in software.amazon.awssdk.services.firehose.model with parameters of type ElasticsearchRetryOptions Modifier and Type Method Description ElasticsearchDestinationConfiguration.BuilderElasticsearchDestinationConfiguration.Builder. retryOptions(ElasticsearchRetryOptions retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationDescription.BuilderElasticsearchDestinationDescription.Builder. retryOptions(ElasticsearchRetryOptions retryOptions)The Amazon ES retry options.ElasticsearchDestinationUpdate.BuilderElasticsearchDestinationUpdate.Builder. retryOptions(ElasticsearchRetryOptions retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.
-