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 EbsEbs. clone()EbsBlockDeviceMapping. getEbs()The information about the Amazon EBS volume.EbsEbs. withDeleteOnTermination(Boolean deleteOnTermination)Indicates whether the volume is deleted on instance termination.EbsEbs. withEncrypted(Boolean encrypted)Indicates whether the volume should be encrypted.EbsEbs. withIops(Integer iops)The number of I/O operations per second (IOPS) to provision for the volume.EbsEbs. withSnapshotId(String snapshotId)The ID of the snapshot.EbsEbs. withVolumeSize(Integer volumeSize)The volume size, in GiB.EbsEbs. withVolumeType(String volumeType)The volume type.Methods in com.amazonaws.services.autoscaling.model with parameters of type Ebs Modifier and Type Method Description voidBlockDeviceMapping. setEbs(Ebs ebs)The information about the Amazon EBS volume.BlockDeviceMappingBlockDeviceMapping. withEbs(Ebs ebs)The information about the Amazon EBS volume.
-