Uses of Enum Class
software.amazon.awscdk.services.ecs.MachineImageType
Packages that use MachineImageType
-
Uses of MachineImageType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return MachineImageTypeModifier and TypeMethodDescriptiondefault MachineImageTypeAddAutoScalingGroupCapacityOptions.getMachineImageType()What type of machine image this is.final MachineImageTypeAddAutoScalingGroupCapacityOptions.Jsii$Proxy.getMachineImageType()final MachineImageTypeAddCapacityOptions.Jsii$Proxy.getMachineImageType()AsgCapacityProvider.getMachineImageType()Auto Scaling Group machineImageType.final MachineImageTypeAsgCapacityProviderProps.Jsii$Proxy.getMachineImageType()static MachineImageTypeReturns the enum constant of this class with the specified name.static MachineImageType[]MachineImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type MachineImageTypeModifier and TypeMethodDescriptionAddAutoScalingGroupCapacityOptions.Builder.machineImageType(MachineImageType machineImageType) Sets the value ofAddAutoScalingGroupCapacityOptions.getMachineImageType()AddCapacityOptions.Builder.machineImageType(MachineImageType machineImageType) Sets the value ofAddAutoScalingGroupCapacityOptions.getMachineImageType()AsgCapacityProvider.Builder.machineImageType(MachineImageType machineImageType) What type of machine image this is.AsgCapacityProviderProps.Builder.machineImageType(MachineImageType machineImageType) Sets the value ofAddAutoScalingGroupCapacityOptions.getMachineImageType()