| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment.Status | |
|---|---|
| org.jclouds.ec2.domain | |
| Uses of Attachment.Status in org.jclouds.ec2.domain | 
|---|
| Methods in org.jclouds.ec2.domain that return Attachment.Status | |
|---|---|
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 | |
|---|---|
 Attachment.Builder | 
Attachment.Builder.status(Attachment.Status status)
 | 
| Constructors in org.jclouds.ec2.domain with parameters of type Attachment.Status | |
|---|---|
Attachment(String region,
           String volumeId,
           String instanceId,
           String device,
           Attachment.Status status,
           Date attachTime)
 | 
|
BlockDevice(String volumeId,
            Attachment.Status attachmentStatus,
            Date attachTime,
            boolean deleteOnTermination)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||