org.jclouds.openstack.keystone.v2_0.features
Interface TenantAsyncApi
public interface TenantAsyncApi
Provides asynchronous access to Tenant via their REST API.
- Author:
- Adam Lowe
- See Also:
TenantApi,
|
Method Summary |
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()
|
list
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> list()
- See Also:
TenantApi.list()
get
com.google.common.util.concurrent.ListenableFuture<Tenant> get(String tenantId)
- See Also:
TenantApi.get(String)
getByName
com.google.common.util.concurrent.ListenableFuture<Tenant> getByName(String tenantName)
- See Also:
TenantApi.getByName(String)
Copyright © 2009-2012 jclouds. All Rights Reserved.