Uses of Class
org.jclouds.ec2.domain.Volume.Status
-
Packages that use Volume.Status Package Description 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 Modifier and Type Method 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.Methods in org.jclouds.ec2.domain with parameters of type Volume.Status Modifier and Type Method Description Volume.Builder
Volume.Builder. status(Volume.Status status)
Constructors in org.jclouds.ec2.domain with parameters of type Volume.Status Constructor Description Volume(String region, String id, int size, String snapshotId, String availabilityZone, Volume.Status status, Date createTime, String volumeType, Integer iops, boolean encrypted, Iterable<Attachment> attachments)
-
Uses of Volume.Status in org.jclouds.ec2.xml
Fields in org.jclouds.ec2.xml declared as Volume.Status Modifier and Type Field Description protected Volume.Status
CreateVolumeResponseHandler. volumeStatus
-