Uses of Class
org.jclouds.ec2.domain.Volume.Status

Packages that use Volume.Status
org.jclouds.ec2.domain   
org.jclouds.ec2.xml   
 

Uses of Volume.Status in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return Volume.Status
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.
 

Methods in org.jclouds.ec2.domain with parameters of type Volume.Status
 Volume.Builder Volume.Builder.status(Volume.Status status)
           
 

Constructors in org.jclouds.ec2.domain with parameters of type Volume.Status
Volume(String region, String id, int size, String snapshotId, String availabilityZone, Volume.Status status, Date createTime, Iterable<Attachment> attachments)
           
 

Uses of Volume.Status in org.jclouds.ec2.xml
 

Fields in org.jclouds.ec2.xml declared as Volume.Status
protected  Volume.Status CreateVolumeResponseHandler.volumeStatus
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.