Uses of Class
com.amazonaws.services.opsworks.model.EbsBlockDevice
-
Packages that use EbsBlockDevice Package Description com.amazonaws.services.opsworks.model -
-
Uses of EbsBlockDevice in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return EbsBlockDevice Modifier and Type Method Description EbsBlockDeviceEbsBlockDevice. clone()EbsBlockDeviceBlockDeviceMapping. getEbs()AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.EbsBlockDeviceEbsBlockDevice. withDeleteOnTermination(Boolean deleteOnTermination)Whether the volume is deleted on instance termination.EbsBlockDeviceEbsBlockDevice. withIops(Integer iops)The number of I/O operations per second (IOPS) that the volume supports.EbsBlockDeviceEbsBlockDevice. withSnapshotId(String snapshotId)The snapshot ID.EbsBlockDeviceEbsBlockDevice. withVolumeSize(Integer volumeSize)The volume size, in GiB.EbsBlockDeviceEbsBlockDevice. withVolumeType(VolumeType volumeType)The volume type.EbsBlockDeviceEbsBlockDevice. withVolumeType(String volumeType)The volume type.Methods in com.amazonaws.services.opsworks.model with parameters of type EbsBlockDevice Modifier and Type Method Description voidBlockDeviceMapping. setEbs(EbsBlockDevice ebs)AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.BlockDeviceMappingBlockDeviceMapping. withEbs(EbsBlockDevice ebs)AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.
-