@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) |
com.google.common.util.concurrent.ListenableFuture<? extends Quota> getByTenant(String tenantId)
com.google.common.util.concurrent.ListenableFuture<Boolean> updateQuotaOfTenant(Quota quota, String tenantId)
Copyright © 2009-2013 jclouds. All Rights Reserved.