|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Snapshot.Status | |
---|---|
org.jclouds.ec2.domain |
Uses of Snapshot.Status in org.jclouds.ec2.domain |
---|
Methods in org.jclouds.ec2.domain that return Snapshot.Status | |
---|---|
static Snapshot.Status |
Snapshot.Status.fromValue(String status)
|
Snapshot.Status |
Snapshot.getStatus()
Snapshot state (e.g., pending, completed, or error) |
static Snapshot.Status |
Snapshot.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Snapshot.Status[] |
Snapshot.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.jclouds.ec2.domain with parameters of type Snapshot.Status | |
---|---|
Snapshot(String region,
String id,
String volumeId,
int volumeSize,
Snapshot.Status status,
Date startTime,
int progress,
String ownerId,
String description,
String ownerAlias)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |