Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ReservedElasticsearchInstancePaymentOption
-
Packages that use ReservedElasticsearchInstancePaymentOption Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ReservedElasticsearchInstancePaymentOption in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ReservedElasticsearchInstancePaymentOption Modifier and Type Method Description static ReservedElasticsearchInstancePaymentOptionReservedElasticsearchInstancePaymentOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReservedElasticsearchInstancePaymentOptionReservedElasticsearchInstance. paymentOption()The payment option as defined in the reserved Elasticsearch instance offering.ReservedElasticsearchInstancePaymentOptionReservedElasticsearchInstanceOffering. paymentOption()Payment option for the reserved Elasticsearch instance offeringstatic ReservedElasticsearchInstancePaymentOptionReservedElasticsearchInstancePaymentOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservedElasticsearchInstancePaymentOption[]ReservedElasticsearchInstancePaymentOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ReservedElasticsearchInstancePaymentOption Modifier and Type Method Description static Set<ReservedElasticsearchInstancePaymentOption>ReservedElasticsearchInstancePaymentOption. knownValues()Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ReservedElasticsearchInstancePaymentOption Modifier and Type Method Description ReservedElasticsearchInstance.BuilderReservedElasticsearchInstance.Builder. paymentOption(ReservedElasticsearchInstancePaymentOption paymentOption)The payment option as defined in the reserved Elasticsearch instance offering.ReservedElasticsearchInstanceOffering.BuilderReservedElasticsearchInstanceOffering.Builder. paymentOption(ReservedElasticsearchInstancePaymentOption paymentOption)Payment option for the reserved Elasticsearch instance offering
-