Uses of Class
org.jclouds.ec2.domain.BundleTask

Packages that use BundleTask
org.jclouds.ec2.domain   
org.jclouds.ec2.services   
org.jclouds.ec2.xml   
 

Uses of BundleTask in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain with parameters of type BundleTask
 int BundleTask.compareTo(BundleTask o)
          
 

Uses of BundleTask in org.jclouds.ec2.services
 

Methods in org.jclouds.ec2.services that return BundleTask
 BundleTask WindowsClient.bundleInstanceInRegion(String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options)
          Bundles the Windows instance.
 BundleTask WindowsClient.cancelBundleTaskInRegion(String region, String bundleId)
          Cancels an Amazon EC2 bundling operation.
 

Methods in org.jclouds.ec2.services that return types with arguments of type BundleTask
 com.google.common.util.concurrent.ListenableFuture<BundleTask> WindowsAsyncClient.bundleInstanceInRegion(String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<BundleTask> WindowsAsyncClient.cancelBundleTaskInRegion(String region, String bundleId)
           
 Set<BundleTask> WindowsClient.describeBundleTasksInRegion(String region, String... bundleTaskIds)
          Describes current bundling tasks.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> WindowsAsyncClient.describeBundleTasksInRegion(String region, String... bundleTaskIds)
           
 

Uses of BundleTask in org.jclouds.ec2.xml
 

Methods in org.jclouds.ec2.xml that return BundleTask
 BundleTask BundleTaskHandler.getResult()
           
 

Methods in org.jclouds.ec2.xml that return types with arguments of type BundleTask
 Set<BundleTask> DescribeBundleTasksResponseHandler.getResult()
           
 ParseSax.HandlerWithResult<Set<BundleTask>> DescribeBundleTasksResponseHandler.setContext(HttpRequest request)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.