Uses of Class
org.jclouds.ec2.domain.Attachment.Status
-
Packages that use Attachment.Status Package Description org.jclouds.ec2.domain org.jclouds.ec2.xml -
-
Uses of Attachment.Status in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Attachment.Status Modifier and Type Method Description static Attachment.Status
Attachment.Status. fromValue(String status)
Attachment.Status
BlockDevice. getAttachmentStatus()
Attachment.Status
Attachment. getStatus()
Volume state.static Attachment.Status
Attachment.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attachment.Status[]
Attachment.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.ec2.domain with parameters of type Attachment.Status Modifier and Type Method Description Attachment.Builder
Attachment.Builder. status(Attachment.Status status)
Constructors in org.jclouds.ec2.domain with parameters of type Attachment.Status Constructor Description Attachment(String region, String volumeId, String instanceId, String device, Attachment.Status status, Date attachTime)
BlockDevice(String volumeId, Attachment.Status attachmentStatus, Date attachTime, boolean deleteOnTermination)
-
Uses of Attachment.Status in org.jclouds.ec2.xml
Fields in org.jclouds.ec2.xml declared as Attachment.Status Modifier and Type Field Description protected Attachment.Status
CreateVolumeResponseHandler. attachmentStatus
-