org.jclouds.openstack.keystone.v2_0.features
Interface TenantAsyncApi
public interface TenantAsyncApi
Provides asynchronous access to Tenant via their REST API.
- See Also:
TenantApi,
list
@Named(value="tenant:list")
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Tenant>> list()
- See Also:
TenantApi.list()
list
@Named(value="tenant:list")
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> list(PaginationOptions options)
- See Also:
TenantApi.list(PaginationOptions)
get
@Named(value="tenant:get")
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> get(String tenantId)
- See Also:
TenantApi.get(String)
getByName
@Named(value="tenant:get")
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> getByName(String tenantName)
- See Also:
TenantApi.getByName(String)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.