@Beta
public interface KeyPairAsyncApi
KeyPairApi
,
ExtensionAsyncApi
,
,
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
createWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> |
list() |
Copyright © 2009-2013 jclouds. All Rights Reserved.