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