Uses of Class
software.amazon.awssdk.services.pcs.model.PurchaseOption
-
Packages that use PurchaseOption Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of PurchaseOption in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return PurchaseOption Modifier and Type Method Description static PurchaseOptionPurchaseOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PurchaseOptionComputeNodeGroup. purchaseOption()Specifies how EC2 instances are purchased on your behalf.PurchaseOptionCreateComputeNodeGroupRequest. purchaseOption()Specifies how EC2 instances are purchased on your behalf.PurchaseOptionUpdateComputeNodeGroupRequest. purchaseOption()Specifies how EC2 instances are purchased on your behalf.static PurchaseOptionPurchaseOption. valueOf(String name)Returns the enum constant of this type with the specified name.static PurchaseOption[]PurchaseOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type PurchaseOption Modifier and Type Method Description static Set<PurchaseOption>PurchaseOption. knownValues()Methods in software.amazon.awssdk.services.pcs.model with parameters of type PurchaseOption Modifier and Type Method Description ComputeNodeGroup.BuilderComputeNodeGroup.Builder. purchaseOption(PurchaseOption purchaseOption)Specifies how EC2 instances are purchased on your behalf.CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. purchaseOption(PurchaseOption purchaseOption)Specifies how EC2 instances are purchased on your behalf.UpdateComputeNodeGroupRequest.BuilderUpdateComputeNodeGroupRequest.Builder. purchaseOption(PurchaseOption purchaseOption)Specifies how EC2 instances are purchased on your behalf.
-