public interface OrgAsyncApi
OrgApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
get(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
get(URI orgHref) |
MetadataAsyncApi.Readable |
getMetadataApi(String orgUrn) |
MetadataAsyncApi.Readable |
getMetadataApi(URI orgHref) |
com.google.common.util.concurrent.ListenableFuture<OrgList> |
list() |
com.google.common.util.concurrent.ListenableFuture<OrgList> list()
OrgApi.list()
com.google.common.util.concurrent.ListenableFuture<? extends Org> get(String orgUrn)
OrgApi.get(String)
com.google.common.util.concurrent.ListenableFuture<? extends Org> get(URI orgHref)
OrgApi.get(URI)
MetadataAsyncApi.Readable getMetadataApi(String orgUrn)
Metadata.Readable
featuresMetadataAsyncApi.Readable getMetadataApi(URI orgHref)
Copyright © 2009-2013 jclouds. All Rights Reserved.