Uses of Enum Class
software.amazon.awscdk.services.eks.CapacityType
-
Uses of CapacityType in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return CapacityTypeModifier and TypeMethodDescriptiondefault CapacityTypeNodegroupOptions.getCapacityType()The capacity type of the nodegroup.final CapacityTypeNodegroupOptions.Jsii$Proxy.getCapacityType()final CapacityTypeNodegroupProps.Jsii$Proxy.getCapacityType()static CapacityTypeReturns the enum constant of this class with the specified name.static CapacityType[]CapacityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.eks with parameters of type CapacityTypeModifier 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()