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

Packages that use VolumeInfo
com.xerox.amazonws.ec2   
 

Uses of VolumeInfo in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return VolumeInfo
 VolumeInfo Jec2.createVolume(String size, String snapshotId, String zoneName)
          Creates an EBS volume either by size, or from a snapshot.
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type VolumeInfo
 List<VolumeInfo> Jec2.describeVolumes(List<String> volumeIds)
          Gets a list of EBS volumes for this account.
 List<VolumeInfo> Jec2.describeVolumes(String[] volumeIds)
          Gets a list of EBS volumes for this account.