public interface TenantAsyncApi
TenantApi
,
Modifier and Type | Method and Description |
---|---|
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 PagedIterable<? extends Tenant>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> |
list(PaginationOptions options) |
@Named(value="tenant:list") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> list()
TenantApi.list()
@Named(value="tenant:list") com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> list(PaginationOptions options)
TenantApi.list(PaginationOptions)
@Named(value="tenant:get") com.google.common.util.concurrent.ListenableFuture<? extends Tenant> get(String tenantId)
TenantApi.get(String)
@Named(value="tenant:get") com.google.common.util.concurrent.ListenableFuture<? extends Tenant> getByName(String tenantName)
TenantApi.getByName(String)
Copyright © 2009-2013 jclouds. All Rights Reserved.