public interface QuotaAsyncApi
QuotaApi
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Quotas> |
getDefaultQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Quotas> |
getQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
updateQuotasForTenant(String tenantId,
Quotas quotas) |
com.google.common.util.concurrent.ListenableFuture<Quotas> getQuotasForTenant(String tenantId)
com.google.common.util.concurrent.ListenableFuture<Boolean> updateQuotasForTenant(String tenantId, Quotas quotas)
Copyright © 2009-2012 jclouds. All Rights Reserved.