Uses of Enum
com.amazonaws.services.kinesisfirehose.model.ElasticsearchIndexRotationPeriod
Packages that use ElasticsearchIndexRotationPeriod
-
Uses of ElasticsearchIndexRotationPeriod in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchIndexRotationPeriodModifier and TypeMethodDescriptionUse this in place of valueOf.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 ElasticsearchIndexRotationPeriodModifier and TypeMethodDescriptionvoid
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.withIndexRotationPeriod
(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation period.ElasticsearchDestinationDescription.withIndexRotationPeriod
(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation periodElasticsearchDestinationUpdate.withIndexRotationPeriod
(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation period.