|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Volume.Status | |
|---|---|
| org.jclouds.ec2.domain | |
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||