Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private EbsBlockDevice |
BlockDeviceMapping.ebs
An
EBSBlockDevice that defines how to configure an Amazon
EBS volume when the instance is launched. |
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(java.lang.Boolean deleteOnTermination)
Whether the volume is deleted on instance termination.
|
EbsBlockDevice |
EbsBlockDevice.withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
EbsBlockDevice |
EbsBlockDevice.withSnapshotId(java.lang.String snapshotId)
The snapshot ID.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeSize(java.lang.Integer volumeSize)
The volume size, in GiB.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDeviceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EbsBlockDeviceJsonMarshaller.marshall(EbsBlockDevice ebsBlockDevice,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|