org.jclouds.joyent.cloudapi.v6_5.features
Interface PackageAsyncApi
public interface PackageAsyncApi
Provides asynchronous access to Dataset via their REST API.
- Author:
- Gerald Pereira
- See Also:
PackageApi,
api doc
|
Method Summary |
com.google.common.util.concurrent.ListenableFuture<Package> |
get(String name)
|
com.google.common.util.concurrent.ListenableFuture<Set<Package>> |
list()
|
list
com.google.common.util.concurrent.ListenableFuture<Set<Package>> list()
- See Also:
PackageApi.list()
get
com.google.common.util.concurrent.ListenableFuture<Package> get(String name)
- See Also:
PackageApi.get(java.lang.String)
Copyright © 2009-2012 jclouds. All Rights Reserved.