Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDevice.clone() |
EbsBlockDevice |
BlockDeviceMapping.getEbs()
An
EBSBlockDevice 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(String volumeType)
The volume type.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockDeviceMapping.setEbs(EbsBlockDevice ebs)
An
EBSBlockDevice that defines how to configure an Amazon
EBS volume when the instance is launched. |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
An
EBSBlockDevice that defines how to configure an Amazon
EBS volume when the instance is launched. |
Copyright © 2018. All rights reserved.