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 ElasticsearchIndexRotationPeriodElasticsearchIndexRotationPeriod. fromValue(String value)Use this in place of valueOf.static ElasticsearchIndexRotationPeriodElasticsearchIndexRotationPeriod. 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 voidElasticsearchDestinationConfiguration. 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.ElasticsearchDestinationConfigurationElasticsearchDestinationConfiguration. withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)The Elasticsearch index rotation period.ElasticsearchDestinationDescriptionElasticsearchDestinationDescription. withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)The Elasticsearch index rotation periodElasticsearchDestinationUpdateElasticsearchDestinationUpdate. withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)The Elasticsearch index rotation period.
-