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

Packages that use BundleTask
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
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.features
 

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

Methods in org.jclouds.ec2.features that return types with arguments of type BundleTask
 Set<BundleTask> WindowsApi.describeBundleTasksInRegion(String region, String... bundleTaskIds)
          Describes current bundling tasks.
 Set<BundleTask> WindowsApi.describeBundleTasksInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
          Describes current bundling tasks.
 

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()
           
 org.jclouds.http.functions.ParseSax.HandlerWithResult<Set<BundleTask>> DescribeBundleTasksResponseHandler.setContext(org.jclouds.http.HttpRequest request)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.