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 EbsBlockDevice
EbsBlockDevice. clone()
EbsBlockDevice
BlockDeviceMapping. getEbs()
AnEBSBlockDevice
that defines how to configure an Amazon EBS volume when the instance is launched.EbsBlockDevice
EbsBlockDevice. withDeleteOnTermination(Boolean deleteOnTermination)
Whether the volume is deleted on instance termination.EbsBlockDevice
EbsBlockDevice. withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.EbsBlockDevice
EbsBlockDevice. withSnapshotId(String snapshotId)
The snapshot ID.EbsBlockDevice
EbsBlockDevice. withVolumeSize(Integer volumeSize)
The volume size, in GiB.EbsBlockDevice
EbsBlockDevice. withVolumeType(VolumeType volumeType)
The volume type.EbsBlockDevice
EbsBlockDevice. withVolumeType(String volumeType)
The volume type.Methods in com.amazonaws.services.opsworks.model with parameters of type EbsBlockDevice Modifier and Type Method Description void
BlockDeviceMapping. setEbs(EbsBlockDevice ebs)
AnEBSBlockDevice
that defines how to configure an Amazon EBS volume when the instance is launched.BlockDeviceMapping
BlockDeviceMapping. withEbs(EbsBlockDevice ebs)
AnEBSBlockDevice
that defines how to configure an Amazon EBS volume when the instance is launched.
-