Uses of Class
software.amazon.awssdk.services.firehose.model.AmazonopensearchserviceIndexRotationPeriod
-
Packages that use AmazonopensearchserviceIndexRotationPeriod Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of AmazonopensearchserviceIndexRotationPeriod in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return AmazonopensearchserviceIndexRotationPeriod Modifier and Type Method Description static AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceIndexRotationPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationConfiguration. indexRotationPeriod()The Amazon OpenSearch Service index rotation period.AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationDescription. indexRotationPeriod()The Amazon OpenSearch Service index rotation periodAmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationUpdate. indexRotationPeriod()The Amazon OpenSearch Service index rotation period.static AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceIndexRotationPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static AmazonopensearchserviceIndexRotationPeriod[]AmazonopensearchserviceIndexRotationPeriod. 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 AmazonopensearchserviceIndexRotationPeriod Modifier and Type Method Description static Set<AmazonopensearchserviceIndexRotationPeriod>AmazonopensearchserviceIndexRotationPeriod. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type AmazonopensearchserviceIndexRotationPeriod Modifier and Type Method Description AmazonopensearchserviceDestinationConfiguration.BuilderAmazonopensearchserviceDestinationConfiguration.Builder. indexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod indexRotationPeriod)The Amazon OpenSearch Service index rotation period.AmazonopensearchserviceDestinationDescription.BuilderAmazonopensearchserviceDestinationDescription.Builder. indexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod indexRotationPeriod)The Amazon OpenSearch Service index rotation periodAmazonopensearchserviceDestinationUpdate.BuilderAmazonopensearchserviceDestinationUpdate.Builder. indexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod indexRotationPeriod)The Amazon OpenSearch Service index rotation period.
-