Uses of Enum
software.amazon.awscdk.services.ec2.InstanceGeneration
Packages that use InstanceGeneration
-
Uses of InstanceGeneration in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InstanceGenerationModifier and TypeMethodDescriptionstatic InstanceGenerationReturns the enum constant of this type with the specified name.static InstanceGeneration[]InstanceGeneration.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type InstanceGenerationModifier and TypeMethodDescriptiondefault List<InstanceGeneration> InstanceRequirementsConfig.getInstanceGenerations()Indicates whether current or previous generation instance types are included.final List<InstanceGeneration> InstanceRequirementsConfig.Jsii$Proxy.getInstanceGenerations()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type InstanceGenerationModifier and TypeMethodDescriptionInstanceRequirementsConfig.Builder.instanceGenerations(List<? extends InstanceGeneration> instanceGenerations) Sets the value ofInstanceRequirementsConfig.getInstanceGenerations()