| Package | Description | 
|---|---|
| org.jclouds.ec2.domain | 
| Modifier and Type | Method and Description | 
|---|---|
static Volume.Status | 
Volume.Status.fromValue(String status)  | 
Volume.Status | 
Volume.getStatus()  | 
static Volume.Status | 
Volume.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Volume.Status[] | 
Volume.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Volume.Builder | 
Volume.Builder.status(Volume.Status status)  | 
| Constructor and Description | 
|---|
Volume(String region,
      String id,
      int size,
      String snapshotId,
      String availabilityZone,
      Volume.Status status,
      Date createTime,
      Iterable<Attachment> attachments)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.