Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VolumeAttachment |
DetachVolumeResult.attachment
Describes volume attachment details.
|
private VolumeAttachment |
AttachVolumeResult.attachment
Describes volume attachment details.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeAttachment> |
Volume.attachments
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
VolumeAttachment.clone() |
VolumeAttachment |
DetachVolumeResult.getAttachment()
Describes volume attachment details.
|
VolumeAttachment |
AttachVolumeResult.getAttachment()
Describes volume attachment details.
|
VolumeAttachment |
VolumeAttachment.withAttachTime(java.util.Date attachTime)
The time stamp when the attachment initiated.
|
VolumeAttachment |
VolumeAttachment.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
VolumeAttachment |
VolumeAttachment.withDevice(java.lang.String device)
The device name.
|
VolumeAttachment |
VolumeAttachment.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
VolumeAttachment |
VolumeAttachment.withState(java.lang.String state)
The attachment state of the volume.
|
VolumeAttachment |
VolumeAttachment.withState(VolumeAttachmentState state)
The attachment state of the volume.
|
VolumeAttachment |
VolumeAttachment.withVolumeId(java.lang.String volumeId)
The ID of the volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeAttachment> |
Volume.getAttachments()
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
DetachVolumeResult |
DetachVolumeResult.withAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
Volume |
Volume.withAttachments(VolumeAttachment... attachments)
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
Volume.setAttachments(java.util.Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Volume |
Volume.withAttachments(java.util.Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
VolumeAttachmentStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |