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