| Package | Description | 
|---|---|
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.xml | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment.Builder | 
Attachment.Builder.status(Attachment.Status status)  | 
| Constructor and 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)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Attachment.Status | 
CreateVolumeResponseHandler.attachmentStatus  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.