|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DetachVolumeResult
public class DetachVolumeResult
The result of detaching an EBS volume from an instance.
Constructor Summary | |
---|---|
DetachVolumeResult()
|
Method Summary | |
---|---|
VolumeAttachment |
getAttachment()
The updated EBS volume attachment information after trying to detach the volume from the specified instance. |
void |
setAttachment(VolumeAttachment attachment)
The updated EBS volume attachment information after trying to detach the volume from the specified instance. |
String |
toString()
|
DetachVolumeResult |
withAttachment(VolumeAttachment attachment)
The updated EBS volume attachment information after trying to detach the volume from the specified instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DetachVolumeResult()
Method Detail |
---|
public VolumeAttachment getAttachment()
public void setAttachment(VolumeAttachment attachment)
attachment
- The updated EBS volume attachment information after trying to detach
the volume from the specified instance.public DetachVolumeResult withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
attachment
- The updated EBS volume attachment information after trying to detach
the volume from the specified instance.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |