public interface WindowsAsyncClient
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<BundleTask> | 
bundleInstanceInRegion(String region,
                      String instanceId,
                      String prefix,
                      String bucket,
                      String uploadPolicy,
                      BundleInstanceS3StorageOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<BundleTask> | 
cancelBundleTaskInRegion(String region,
                        String bundleId)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> | 
describeBundleTasksInRegion(String region,
                           String... bundleTaskIds)  | 
com.google.common.util.concurrent.ListenableFuture<PasswordData> | 
getPasswordDataInRegion(String region,
                       String instanceId)  | 
@Named(value="ec2:BundleInstance") com.google.common.util.concurrent.ListenableFuture<BundleTask> bundleInstanceInRegion(@Nullable String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options)
@Named(value="ec2:CancelBundleTask") com.google.common.util.concurrent.ListenableFuture<BundleTask> cancelBundleTaskInRegion(@Nullable String region, String bundleId)
@Named(value="ec2:DescribeBundleTasks") com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> describeBundleTasksInRegion(@Nullable String region, String... bundleTaskIds)
BundleTaskClient#describeBundleTasksInRegion@Named(value="ec2:GetPasswordData") com.google.common.util.concurrent.ListenableFuture<PasswordData> getPasswordDataInRegion(@Nullable String region, String instanceId)
Copyright © 2009-2013 jclouds. All Rights Reserved.