public interface OrgAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Org> |
findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<Org> |
getOrg(URI orgId) |
com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> |
listOrgs() |
com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> listOrgs()
OrgClient.listOrgs()
com.google.common.util.concurrent.ListenableFuture<Org> getOrg(URI orgId)
OrgClient.getOrg(java.net.URI)
Copyright © 2009-2012 jclouds. All Rights Reserved.