@Beta
public interface QuotaAsyncApi
QuotaApi, 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Quota> | 
getByTenant(String tenantId)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Quota> | 
getDefaultsForTenant(String tenantId)  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
updateQuotaOfTenant(Quota quota,
                   String tenantId)  | 
@Named(value="quota:get") com.google.common.util.concurrent.ListenableFuture<? extends Quota> getByTenant(String tenantId)
@Named(value="quota:update") com.google.common.util.concurrent.ListenableFuture<Boolean> updateQuotaOfTenant(Quota quota, String tenantId)
Copyright © 2009-2013 jclouds. All Rights Reserved.