|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.SnapshotInfo
public class SnapshotInfo
An instance of this class represents an EC2 Snapshot.
Instances are returned by calls tocom.xerox.amazonws.ec2.Jec2#createSnapshot(String),
Jec2.describeSnapshots(List), and
Jec2.describeSnapshots(String[]).
| Constructor Summary | |
|---|---|
SnapshotInfo(String snapshotId,
String volumeId,
String status,
Calendar startTime,
String progress,
String ownerId,
String volumeSize,
String description,
String ownerAlias)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getOwnerAlias()
|
String |
getOwnerId()
|
String |
getProgress()
|
String |
getSnapshotId()
|
Calendar |
getStartTime()
|
String |
getStatus()
|
String |
getVolumeId()
|
String |
getVolumeSize()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SnapshotInfo(String snapshotId,
String volumeId,
String status,
Calendar startTime,
String progress,
String ownerId,
String volumeSize,
String description,
String ownerAlias)
| Method Detail |
|---|
public String getSnapshotId()
public String getVolumeId()
public String getStatus()
public Calendar getStartTime()
public String getProgress()
public String getOwnerId()
public String getVolumeSize()
public String getDescription()
public String getOwnerAlias()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||