Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
EbsInstanceBlockDevice |
InstanceBlockDeviceMapping.getEbs()
Parameters used to automatically set up Amazon EBS volumes when the
instance is launched.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withAttachTime(Date attachTime)
The time stamp when the attachment initiated.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume is deleted on instance termination.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(AttachmentStatus status)
The attachment state.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(String status)
The attachment state.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withVolumeId(String volumeId)
The ID of the Amazon EBS volume.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceBlockDeviceMapping.setEbs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up Amazon EBS volumes when the
instance is launched.
|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up Amazon EBS volumes when the
instance is launched.
|
Copyright © 2014. All rights reserved.