Uses of Enum
software.amazon.awscdk.services.ec2.AmazonLinuxEdition
Packages that use AmazonLinuxEdition
-
Uses of AmazonLinuxEdition in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return AmazonLinuxEditionModifier and TypeMethodDescriptiondefault AmazonLinuxEdition
AmazonLinuxImageProps.getEdition()
What edition of Amazon Linux to use.final AmazonLinuxEdition
AmazonLinuxImageProps.Jsii$Proxy.getEdition()
static AmazonLinuxEdition
Returns the enum constant of this type with the specified name.static AmazonLinuxEdition[]
AmazonLinuxEdition.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 AmazonLinuxEditionModifier and TypeMethodDescriptionAmazonLinuxImage.Builder.edition
(AmazonLinuxEdition edition) What edition of Amazon Linux to use.AmazonLinuxImageProps.Builder.edition
(AmazonLinuxEdition edition) Sets the value ofAmazonLinuxImageProps.getEdition()