Uses of Enum Class
software.amazon.awscdk.services.autoscaling.EbsDeviceVolumeType
Packages that use EbsDeviceVolumeType
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of EbsDeviceVolumeType in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return EbsDeviceVolumeTypeModifier and TypeMethodDescriptionfinal EbsDeviceVolumeTypeEbsDeviceOptions.Jsii$Proxy.getVolumeType()default EbsDeviceVolumeTypeEbsDeviceOptionsBase.getVolumeType()The EBS volume type.final EbsDeviceVolumeTypeEbsDeviceOptionsBase.Jsii$Proxy.getVolumeType()final EbsDeviceVolumeTypeEbsDeviceProps.Jsii$Proxy.getVolumeType()final EbsDeviceVolumeTypeEbsDeviceSnapshotOptions.Jsii$Proxy.getVolumeType()static EbsDeviceVolumeTypeReturns the enum constant of this class with the specified name.static EbsDeviceVolumeType[]EbsDeviceVolumeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type EbsDeviceVolumeTypeModifier and TypeMethodDescriptionEbsDeviceOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()EbsDeviceOptionsBase.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()EbsDeviceProps.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()EbsDeviceSnapshotOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()