Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.PurchasingOption
-
Packages that use PurchasingOption Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of PurchasingOption in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return PurchasingOption Modifier and Type Method Description static PurchasingOptionPurchasingOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PurchasingOptionReservedInstanceOptions. purchasingOption()The payment plan to use for your Reserved Instance.static PurchasingOptionPurchasingOption. valueOf(String name)Returns the enum constant of this type with the specified name.static PurchasingOption[]PurchasingOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type PurchasingOption Modifier and Type Method Description static Set<PurchasingOption>PurchasingOption. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type PurchasingOption Modifier and Type Method Description ReservedInstanceOptions.BuilderReservedInstanceOptions.Builder. purchasingOption(PurchasingOption purchasingOption)The payment plan to use for your Reserved Instance.
-