Uses of Class
com.amazonaws.services.autoscaling.model.Ebs
-
Packages that use Ebs Package Description com.amazonaws.services.autoscaling.model -
-
Uses of Ebs in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return Ebs Modifier and Type Method Description Ebs
Ebs. clone()
Ebs
BlockDeviceMapping. getEbs()
The information about the Amazon EBS volume.Ebs
Ebs. withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.Ebs
Ebs. withEncrypted(Boolean encrypted)
Indicates whether the volume should be encrypted.Ebs
Ebs. withIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for the volume.Ebs
Ebs. withSnapshotId(String snapshotId)
The ID of the snapshot.Ebs
Ebs. withVolumeSize(Integer volumeSize)
The volume size, in GiB.Ebs
Ebs. withVolumeType(String volumeType)
The volume type.Methods in com.amazonaws.services.autoscaling.model with parameters of type Ebs Modifier and Type Method Description void
BlockDeviceMapping. setEbs(Ebs ebs)
The information about the Amazon EBS volume.BlockDeviceMapping
BlockDeviceMapping. withEbs(Ebs ebs)
The information about the Amazon EBS volume.
-