Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
AttachVolumeResult.getAttachment() |
VolumeAttachment |
DetachVolumeResult.getAttachment() |
VolumeAttachment |
VolumeAttachment.withAttachTime(Date attachTime)
The time stamp when the attachment initiated.
|
VolumeAttachment |
VolumeAttachment.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the Amazon 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() |
Modifier and Type | Method and Description |
---|---|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment) |
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment) |
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
|
DetachVolumeResult |
DetachVolumeResult.withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
|
Volume |
Volume.withAttachments(VolumeAttachment... attachments)
Returns a reference to this object so that method calls can be chained together.
|
Modifier and Type | Method and Description |
---|---|
void |
Volume.setAttachments(Collection<VolumeAttachment> attachments) |
Volume |
Volume.withAttachments(Collection<VolumeAttachment> attachments)
Returns a reference to this object so that method calls can be chained together.
|
Copyright © 2014. All rights reserved.