Uses of Enum Class
org.jclouds.ec2.domain.Attachment.Status
Packages that use Attachment.Status
-
Uses of Attachment.Status in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Attachment.StatusModifier and TypeMethodDescriptionstatic Attachment.Status
BlockDevice.getAttachmentStatus()
Attachment.getStatus()
Volume state.static Attachment.Status
Returns the enum constant of this class with the specified name.static Attachment.Status[]
Attachment.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.ec2.domain with parameters of type Attachment.StatusConstructors in org.jclouds.ec2.domain with parameters of type Attachment.StatusModifierConstructorDescriptionAttachment
(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.StatusModifier and TypeFieldDescriptionprotected Attachment.Status
CreateVolumeResponseHandler.attachmentStatus