Uses of Enum
software.amazon.awscdk.services.ec2.AmazonLinuxGeneration
Packages that use AmazonLinuxGeneration
-
Uses of AmazonLinuxGeneration in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return AmazonLinuxGenerationModifier and TypeMethodDescriptiondefault AmazonLinuxGeneration
AmazonLinuxImageProps.getGeneration()
What generation of Amazon Linux to use.final AmazonLinuxGeneration
AmazonLinuxImageProps.Jsii$Proxy.getGeneration()
static AmazonLinuxGeneration
Returns the enum constant of this type with the specified name.static AmazonLinuxGeneration[]
AmazonLinuxGeneration.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type AmazonLinuxGenerationModifier and TypeMethodDescriptionAmazonLinuxImage.Builder.generation
(AmazonLinuxGeneration generation) What generation of Amazon Linux to use.AmazonLinuxImageProps.Builder.generation
(AmazonLinuxGeneration generation) Sets the value ofAmazonLinuxImageProps.getGeneration()