Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model |
Modifier and Type | Method and Description |
---|---|
ElasticsearchRetryOptions |
ElasticsearchRetryOptions.clone() |
ElasticsearchRetryOptions |
ElasticsearchDestinationConfiguration.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchRetryOptions |
ElasticsearchDestinationDescription.getRetryOptions()
Elasticsearch retry options.
|
ElasticsearchRetryOptions |
ElasticsearchDestinationUpdate.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 (including the first
attempt).
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDestinationConfiguration.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 |
ElasticsearchDestinationUpdate.setRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchDestinationConfiguration |
ElasticsearchDestinationConfiguration.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.
|
ElasticsearchDestinationUpdate |
ElasticsearchDestinationUpdate.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
Copyright © 2018. All rights reserved.