Uses of Class
software.amazon.awssdk.services.opensearch.model.ReservedInstancePaymentOption
-
Packages that use ReservedInstancePaymentOption Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ReservedInstancePaymentOption in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ReservedInstancePaymentOption Modifier and Type Method Description static ReservedInstancePaymentOptionReservedInstancePaymentOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReservedInstancePaymentOptionReservedInstance. paymentOption()The payment option as defined in the Reserved Instance offering.ReservedInstancePaymentOptionReservedInstanceOffering. paymentOption()Payment option for the Reserved Instance offeringstatic ReservedInstancePaymentOptionReservedInstancePaymentOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservedInstancePaymentOption[]ReservedInstancePaymentOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ReservedInstancePaymentOption Modifier and Type Method Description static Set<ReservedInstancePaymentOption>ReservedInstancePaymentOption. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ReservedInstancePaymentOption Modifier and Type Method Description ReservedInstance.BuilderReservedInstance.Builder. paymentOption(ReservedInstancePaymentOption paymentOption)The payment option as defined in the Reserved Instance offering.ReservedInstanceOffering.BuilderReservedInstanceOffering.Builder. paymentOption(ReservedInstancePaymentOption paymentOption)Payment option for the Reserved Instance offering
-