public interface KeyPairAsyncClient
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> | 
createKeyPairInRegion(String region,
                     String keyName)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
deleteKeyPairInRegion(String region,
                     String keyName)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> | 
describeKeyPairsInRegion(String region,
                        String... keyPairNames)  | 
@Named(value="ec2:CreateKeyPair") com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPairInRegion(@Nullable String region, String keyName)
@Named(value="ec2:DescribeKeyPairs") com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> describeKeyPairsInRegion(@Nullable String region, String... keyPairNames)
Copyright © 2009-2013 jclouds. All Rights Reserved.