|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyPairAsyncClient
Provides access to EC2 via their REST API.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPairInRegion(@Nullable
String region,
String keyName)
KeyPairClient.createKeyPairInRegion(java.lang.String, java.lang.String)
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> describeKeyPairsInRegion(@Nullable
String region,
String... keyPairNames)
KeyPairClient.describeKeyPairsInRegion(java.lang.String, java.lang.String...)
com.google.common.util.concurrent.ListenableFuture<Void> deleteKeyPairInRegion(@Nullable
String region,
String keyName)
KeyPairClient.deleteKeyPairInRegion(java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||