| Package | Description | 
|---|---|
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.services | |
| org.jclouds.ec2.xml | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
BundleTask.compareTo(BundleTask o) | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
BundleTask | 
BundleTaskHandler.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<BundleTask> | 
DescribeBundleTasksResponseHandler.getResult()  | 
ParseSax.HandlerWithResult<Set<BundleTask>> | 
DescribeBundleTasksResponseHandler.setContext(HttpRequest request)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.