public interface KeyPairAsyncApi
KeyPairApi
,
ExtensionAsyncApi
,
,
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
createKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
createKeyPairWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Set<Map<String,KeyPair>>> |
listKeyPairs() |
com.google.common.util.concurrent.ListenableFuture<Set<Map<String,KeyPair>>> listKeyPairs()
com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPair(String name)
com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPairWithPublicKey(String name, String publicKey)
Copyright © 2009-2012 jclouds. All Rights Reserved.