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) |
com.google.common.util.concurrent.ListenableFuture<BundleTask> bundleInstanceInRegion(@Nullable String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options)
com.google.common.util.concurrent.ListenableFuture<BundleTask> cancelBundleTaskInRegion(@Nullable String region, String bundleId)
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> describeBundleTasksInRegion(@Nullable String region, String... bundleTaskIds)
BundleTaskClient#describeBundleTasksInRegion
com.google.common.util.concurrent.ListenableFuture<PasswordData> getPasswordDataInRegion(@Nullable String region, String instanceId)
Copyright © 2009-2012 jclouds. All Rights Reserved.