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 Firehose is unable to deliver documents to Amazon OpenSearch Service.ElasticsearchRetryOptionsElasticsearchDestinationDescription. retryOptions()The Amazon OpenSearch Service retry options.ElasticsearchRetryOptionsElasticsearchDestinationUpdate. retryOptions()The retry behavior in case Firehose is unable to deliver documents to Amazon OpenSearch Service.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 Firehose is unable to deliver documents to Amazon OpenSearch Service.ElasticsearchDestinationDescription.BuilderElasticsearchDestinationDescription.Builder. retryOptions(ElasticsearchRetryOptions retryOptions)The Amazon OpenSearch Service retry options.ElasticsearchDestinationUpdate.BuilderElasticsearchDestinationUpdate.Builder. retryOptions(ElasticsearchRetryOptions retryOptions)The retry behavior in case Firehose is unable to deliver documents to Amazon OpenSearch Service.
-