Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchIndexRotationPeriod
-
Packages that use ElasticsearchIndexRotationPeriod Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of ElasticsearchIndexRotationPeriod in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchIndexRotationPeriod Modifier and Type Method Description static ElasticsearchIndexRotationPeriod
ElasticsearchIndexRotationPeriod. fromValue(String value)
Use this in place of valueOf.static ElasticsearchIndexRotationPeriod
ElasticsearchIndexRotationPeriod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ElasticsearchIndexRotationPeriod[]
ElasticsearchIndexRotationPeriod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type ElasticsearchIndexRotationPeriod Modifier and Type Method Description void
ElasticsearchDestinationConfiguration. setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period.void
ElasticsearchDestinationDescription. setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation periodvoid
ElasticsearchDestinationUpdate. setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period.ElasticsearchDestinationConfiguration
ElasticsearchDestinationConfiguration. withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period.ElasticsearchDestinationDescription
ElasticsearchDestinationDescription. withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation periodElasticsearchDestinationUpdate
ElasticsearchDestinationUpdate. withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period.
-