Uses of Class
com.xerox.amazonws.ec2.SnapshotInfo

Packages that use SnapshotInfo
com.xerox.amazonws.ec2   
 

Uses of SnapshotInfo in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return SnapshotInfo
 SnapshotInfo Jec2.createSnapshot(String volumeId, String description)
          Creates a snapshot of the EBS Volume.
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type SnapshotInfo
 List<SnapshotInfo> Jec2.describeSnapshots(List<String> snapshotIds)
          Gets a list of EBS snapshots for this account.
 List<SnapshotInfo> Jec2.describeSnapshots(List<String> snapshotIds, String owner, String restorableBy)
          Gets a list of EBS snapshots for this account.
 List<SnapshotInfo> Jec2.describeSnapshots(String[] snapshotIds)
          Gets a list of EBS snapshots for this account.