Uses of Class
software.amazon.awssdk.services.quicksight.model.PurchaseMode
-
Packages that use PurchaseMode Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PurchaseMode in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PurchaseMode Modifier and Type Method Description static PurchaseModePurchaseMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PurchaseModeUpdateSpiceCapacityConfigurationRequest. purchaseMode()Determines how SPICE capacity can be purchased.static PurchaseModePurchaseMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PurchaseMode[]PurchaseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PurchaseMode Modifier and Type Method Description static Set<PurchaseMode>PurchaseMode. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PurchaseMode Modifier and Type Method Description UpdateSpiceCapacityConfigurationRequest.BuilderUpdateSpiceCapacityConfigurationRequest.Builder. purchaseMode(PurchaseMode purchaseMode)Determines how SPICE capacity can be purchased.
-