Uses of Class
org.jclouds.ec2.domain.Snapshot.Status
-
Packages that use Snapshot.Status Package Description org.jclouds.ec2.domain -
-
Uses of Snapshot.Status in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Snapshot.Status Modifier and Type Method Description 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 Constructor Description Snapshot(String region, String id, String volumeId, int volumeSize, Snapshot.Status status, Date startTime, int progress, String ownerId, String description, String ownerAlias)
-