Uses of Class
org.jclouds.ec2.domain.BundleTask
-
Packages that use BundleTask Package Description 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 Modifier and Type Method Description int
BundleTask. compareTo(BundleTask o)
-
Uses of BundleTask in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return BundleTask Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description BundleTask
BundleTaskHandler. getResult()
Methods in org.jclouds.ec2.xml that return types with arguments of type BundleTask Modifier and Type Method Description Set<BundleTask>
DescribeBundleTasksResponseHandler. getResult()
ParseSax.HandlerWithResult<Set<BundleTask>>
DescribeBundleTasksResponseHandler. setContext(HttpRequest request)
-