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) |
com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPairInRegion(@Nullable String region, String keyName)
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> describeKeyPairsInRegion(@Nullable String region, String... keyPairNames)
Copyright © 2009-2012 jclouds. All Rights Reserved.