Uses of Enum
software.amazon.awscdk.services.eks.CapacityType
-
Uses of CapacityType in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptiondefault CapacityType
NodegroupOptions.getCapacityType()
The capacity type of the nodegroup.final CapacityType
NodegroupOptions.Jsii$Proxy.getCapacityType()
final CapacityType
NodegroupProps.Jsii$Proxy.getCapacityType()
static CapacityType
Returns the enum constant of this type with the specified name.static CapacityType[]
CapacityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNodegroup.Builder.capacityType
(CapacityType capacityType) The capacity type of the nodegroup.NodegroupOptions.Builder.capacityType
(CapacityType capacityType) Sets the value ofNodegroupOptions.getCapacityType()
NodegroupProps.Builder.capacityType
(CapacityType capacityType) Sets the value ofNodegroupOptions.getCapacityType()