Uses of Enum
com.amazonaws.services.kinesisfirehose.model.ElasticsearchIndexRotationPeriod
Packages that use ElasticsearchIndexRotationPeriod
-
Uses of ElasticsearchIndexRotationPeriod in com.amazonaws.services.kinesisfirehose.model
Subclasses with type arguments of type ElasticsearchIndexRotationPeriod in com.amazonaws.services.kinesisfirehose.modelMethods 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 TypeMethodDescriptionvoidElasticsearchDestinationConfiguration.setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation period.voidElasticsearchDestinationDescription.setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation periodvoidElasticsearchDestinationUpdate.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.