| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchRetryOptions |
ElasticsearchRetryOptions.clone() |
ElasticsearchRetryOptions |
ElasticsearchDestinationUpdate.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchRetryOptions |
ElasticsearchDestinationDescription.getRetryOptions()
Elasticsearch retry options.
|
ElasticsearchRetryOptions |
ElasticsearchDestinationConfiguration.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchRetryOptions |
ElasticsearchRetryOptions.withDurationInSeconds(Integer durationInSeconds)
After an initial failure to deliver to Amazon ES, the total amount of
time during which Firehose re-attempts delivery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchDestinationUpdate.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 |
ElasticsearchDestinationConfiguration.setRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchDestinationUpdate |
ElasticsearchDestinationUpdate.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Elasticsearch retry options.
|
ElasticsearchDestinationConfiguration |
ElasticsearchDestinationConfiguration.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
Copyright © 2016. All rights reserved.