org.jclouds.openstack.keystone.v2_0.features
Interface TenantAsyncApi


public interface TenantAsyncApi

Provides asynchronous access to Tenant via their REST API.

See Also:
TenantApi,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> get(String tenantId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Tenant> getByName(String tenantName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Tenant>> list()
           
 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> list(PaginationOptions options)
           
 

Method Detail

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.