Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
VolumeAttachment.clone() |
VolumeAttachment |
AttachVolumeResult.getAttachment()
Describes volume attachment details.
|
VolumeAttachment |
DetachVolumeResult.getAttachment()
Describes volume attachment details.
|
VolumeAttachment |
VolumeAttachment.withAttachTime(Date attachTime)
The time stamp when the attachment initiated.
|
VolumeAttachment |
VolumeAttachment.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
VolumeAttachment |
VolumeAttachment.withDevice(String device)
The device name.
|
VolumeAttachment |
VolumeAttachment.withInstanceId(String instanceId)
The ID of the instance.
|
VolumeAttachment |
VolumeAttachment.withState(String state)
The attachment state of the volume.
|
VolumeAttachment |
VolumeAttachment.withState(VolumeAttachmentState state)
The attachment state of the volume.
|
VolumeAttachment |
VolumeAttachment.withVolumeId(String volumeId)
The ID of the volume.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachment> |
Volume.getAttachments()
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
DetachVolumeResult |
DetachVolumeResult.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(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Volume |
Volume.withAttachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Copyright © 2017. All rights reserved.