org.jclouds.joyent.cloudapi.v6_5.features
Interface KeyAsyncApi
public interface KeyAsyncApi
- Author:
- Adrian Cole
- See Also:
KeyApi,
api doc
|
Method Summary |
com.google.common.util.concurrent.ListenableFuture<Key> |
create(Key key)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
delete(String name)
|
com.google.common.util.concurrent.ListenableFuture<Key> |
get(String name)
|
com.google.common.util.concurrent.ListenableFuture<Set<Key>> |
list()
|
list
com.google.common.util.concurrent.ListenableFuture<Set<Key>> list()
- See Also:
KeyApi.list()
get
com.google.common.util.concurrent.ListenableFuture<Key> get(String name)
- See Also:
KeyApi.get(java.lang.String)
create
com.google.common.util.concurrent.ListenableFuture<Key> create(Key key)
- See Also:
KeyApi.create(org.jclouds.joyent.cloudapi.v6_5.domain.Key)
delete
com.google.common.util.concurrent.ListenableFuture<Void> delete(String name)
- See Also:
KeyApi.delete(java.lang.String)
Copyright © 2009-2012 jclouds. All Rights Reserved.