Uses of Class
software.amazon.awssdk.services.firehose.model.ElasticsearchIndexRotationPeriod
-
Packages that use ElasticsearchIndexRotationPeriod Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ElasticsearchIndexRotationPeriod in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ElasticsearchIndexRotationPeriod Modifier and Type Method Description static ElasticsearchIndexRotationPeriodElasticsearchIndexRotationPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ElasticsearchIndexRotationPeriodElasticsearchDestinationConfiguration. indexRotationPeriod()The Elasticsearch index rotation period.ElasticsearchIndexRotationPeriodElasticsearchDestinationDescription. indexRotationPeriod()The Elasticsearch index rotation periodElasticsearchIndexRotationPeriodElasticsearchDestinationUpdate. indexRotationPeriod()The Elasticsearch index rotation period.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 software.amazon.awssdk.services.firehose.model that return types with arguments of type ElasticsearchIndexRotationPeriod Modifier and Type Method Description static Set<ElasticsearchIndexRotationPeriod>ElasticsearchIndexRotationPeriod. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type ElasticsearchIndexRotationPeriod Modifier and Type Method Description ElasticsearchDestinationConfiguration.BuilderElasticsearchDestinationConfiguration.Builder. indexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)The Elasticsearch index rotation period.ElasticsearchDestinationDescription.BuilderElasticsearchDestinationDescription.Builder. indexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)The Elasticsearch index rotation periodElasticsearchDestinationUpdate.BuilderElasticsearchDestinationUpdate.Builder. indexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)The Elasticsearch index rotation period.
-