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

Packages that use BundleInstanceInfo
com.xerox.amazonws.ec2   
 

Uses of BundleInstanceInfo in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return BundleInstanceInfo
 BundleInstanceInfo Jec2.bundleInstance(String instanceId, String accessId, String bucketName, String prefix, UploadPolicy policy)
          Initiates bundling of an instance running Windows.
 BundleInstanceInfo Jec2.cancelBundleInstance(String bundleId)
          Cancel a bundling operation.
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type BundleInstanceInfo
 List<BundleInstanceInfo> Jec2.describeBundleTasks(List<String> bundleIds)
          Returns a list of current bundling tasks.
 List<BundleInstanceInfo> Jec2.describeBundleTasks(String[] bundleIds)
          Returns a list of current bundling tasks.