Modifier and Type | Method and Description |
---|---|
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() |
com.google.common.util.concurrent.ListenableFuture<Set<Key>> list()
KeyApi.list()
com.google.common.util.concurrent.ListenableFuture<Key> get(String name)
KeyApi.get(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Void> delete(String name)
KeyApi.delete(java.lang.String)
Copyright © 2009-2013 jclouds. All Rights Reserved.