Uses of Class
software.amazon.awssdk.services.eks.model.CapacityTypes
-
Packages that use CapacityTypes Package Description software.amazon.awssdk.services.eks.model -
-
Uses of CapacityTypes in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return CapacityTypes Modifier and Type Method Description CapacityTypesCreateNodegroupRequest. capacityType()The capacity type for your node group.CapacityTypesNodegroup. capacityType()The capacity type of your managed node group.static CapacityTypesCapacityTypes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapacityTypesCapacityTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static CapacityTypes[]CapacityTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type CapacityTypes Modifier and Type Method Description static Set<CapacityTypes>CapacityTypes. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type CapacityTypes Modifier and Type Method Description CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. capacityType(CapacityTypes capacityType)The capacity type for your node group.Nodegroup.BuilderNodegroup.Builder. capacityType(CapacityTypes capacityType)The capacity type of your managed node group.
-