|
||||||||||
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 |
DetachVolumeResult.getAttachment()
|
VolumeAttachment |
AttachVolumeResult.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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeAttachment | |
---|---|
List<VolumeAttachment> |
Volume.getAttachments()
|
Methods in com.amazonaws.services.ec2.model with parameters of type VolumeAttachment | |
---|---|
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment)
|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment)
|
DetachVolumeResult |
DetachVolumeResult.withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together. |
AttachVolumeResult |
AttachVolumeResult.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. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeAttachment | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |