Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private EbsInstanceBlockDevice |
InstanceBlockDeviceMapping.ebs
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
Modifier and Type | Method and Description |
---|---|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.clone() |
EbsInstanceBlockDevice |
InstanceBlockDeviceMapping.getEbs()
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withAttachTime(java.util.Date attachTime)
The time stamp when the attachment initiated.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(AttachmentStatus status)
The attachment state.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(java.lang.String status)
The attachment state.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withVolumeId(java.lang.String volumeId)
The ID of the EBS volume.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceBlockDeviceMapping.setEbs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
Modifier and Type | Method and Description |
---|---|
EbsInstanceBlockDevice |
EbsInstanceBlockDeviceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |