Uses of Class
software.amazon.awscdk.services.autoscaling.BlockDeviceVolume
Packages that use BlockDeviceVolume
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of BlockDeviceVolume in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return BlockDeviceVolumeModifier and TypeMethodDescriptionstatic BlockDeviceVolumeCreates a new Elastic Block Storage device.static BlockDeviceVolumeBlockDeviceVolume.ebs(Number volumeSize, EbsDeviceOptions options) Creates a new Elastic Block Storage device.static BlockDeviceVolumeBlockDeviceVolume.ebsFromSnapshot(String snapshotId) Creates a new Elastic Block Storage device from an existing snapshot.static BlockDeviceVolumeBlockDeviceVolume.ebsFromSnapshot(String snapshotId, EbsDeviceSnapshotOptions options) Creates a new Elastic Block Storage device from an existing snapshot.static BlockDeviceVolumeCreates a virtual, ephemeral device.BlockDevice.getVolume()Defines the block device volume, to be either an Amazon EBS volume or an ephemeral instance store volume.final BlockDeviceVolumeBlockDevice.Jsii$Proxy.getVolume()static BlockDeviceVolumeBlockDeviceVolume.noDevice()Supresses a volume mapping.Methods in software.amazon.awscdk.services.autoscaling with parameters of type BlockDeviceVolumeModifier and TypeMethodDescriptionBlockDevice.Builder.volume(BlockDeviceVolume volume) Sets the value ofBlockDevice.getVolume()