Uses of Enum
software.amazon.awscdk.services.ec2.AmazonLinuxStorage
Packages that use AmazonLinuxStorage
-
Uses of AmazonLinuxStorage in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return AmazonLinuxStorageModifier and TypeMethodDescriptiondefault AmazonLinuxStorageAmazonLinuxImageProps.getStorage()What storage backed image to use.final AmazonLinuxStorageAmazonLinuxImageProps.Jsii$Proxy.getStorage()static AmazonLinuxStorageReturns the enum constant of this type with the specified name.static AmazonLinuxStorage[]AmazonLinuxStorage.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 AmazonLinuxStorageModifier and TypeMethodDescriptionAmazonLinuxImage.Builder.storage(AmazonLinuxStorage storage) What storage backed image to use.AmazonLinuxImageProps.Builder.storage(AmazonLinuxStorage storage) Sets the value ofAmazonLinuxImageProps.getStorage()