Uses of Enum
software.amazon.awscdk.services.eks.MachineImageType
-
Uses of MachineImageType in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptiondefault MachineImageType
AutoScalingGroupCapacityOptions.getMachineImageType()
Machine image type.final MachineImageType
AutoScalingGroupCapacityOptions.Jsii$Proxy.getMachineImageType()
default MachineImageType
AutoScalingGroupOptions.getMachineImageType()
Allow options to specify different machine image type.final MachineImageType
AutoScalingGroupOptions.Jsii$Proxy.getMachineImageType()
static MachineImageType
Returns the enum constant of this type with the specified name.static MachineImageType[]
MachineImageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.machineImageType
(MachineImageType machineImageType) Sets the value ofAutoScalingGroupCapacityOptions.getMachineImageType()
AutoScalingGroupOptions.Builder.machineImageType
(MachineImageType machineImageType) Sets the value ofAutoScalingGroupOptions.getMachineImageType()