|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VolumeAttachment | |
|---|---|
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of VolumeAttachment in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return VolumeAttachment | |
|---|---|
VolumeAttachment |
AttachVolumeResult.getAttachment()
|
VolumeAttachment |
DetachVolumeResult.getAttachment()
The updated EBS volume attachment information after trying to detach the volume from the specified instance. |
VolumeAttachment |
VolumeAttachment.withAttachTime(Date attachTime)
Timestamp when this attachment initiated. |
VolumeAttachment |
VolumeAttachment.withDeleteOnTermination(Boolean deleteOnTermination)
` |
VolumeAttachment |
VolumeAttachment.withDevice(String device)
How the device is exposed to the instance (e.g., /dev/sdh). |
VolumeAttachment |
VolumeAttachment.withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together. |
VolumeAttachment |
VolumeAttachment.withState(String state)
Returns a reference to this object so that method calls can be chained together. |
VolumeAttachment |
VolumeAttachment.withVolumeId(String volumeId)
Returns a reference to this object so that method calls can be chained together. |
| Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeAttachment | |
|---|---|
List<VolumeAttachment> |
Volume.getAttachments()
Information on what this volume is attached to. |
| Methods in com.amazonaws.services.ec2.model with parameters of type VolumeAttachment | |
|---|---|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment)
|
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment)
The updated EBS volume attachment information after trying to detach the volume from the specified instance. |
AttachVolumeResult |
AttachVolumeResult.withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together. |
DetachVolumeResult |
DetachVolumeResult.withAttachment(VolumeAttachment attachment)
The updated EBS volume attachment information after trying to detach the volume from the specified instance. |
Volume |
Volume.withAttachments(VolumeAttachment... attachments)
Information on what this volume is attached to. |
| Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeAttachment | |
|---|---|
void |
Volume.setAttachments(Collection<VolumeAttachment> attachments)
Information on what this volume is attached to. |
Volume |
Volume.withAttachments(Collection<VolumeAttachment> attachments)
Information on what this volume is attached to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||