public interface TenantAsyncClient
TenantClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Tenant> |
get(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Tenant> |
getByName(String tenantName) |
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
list() |
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> list()
TenantClient.list()
com.google.common.util.concurrent.ListenableFuture<Tenant> get(String tenantId)
TenantClient.get(String)
com.google.common.util.concurrent.ListenableFuture<Tenant> getByName(String tenantName)
TenantClient.getByName(String)
Copyright © 2009-2012 jclouds. All Rights Reserved.