public interface DomainAccountAsyncClient extends AccountAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
disableAccount(String accountName,
String domainId,
boolean onlyLock) |
com.google.common.util.concurrent.ListenableFuture<Account> |
enableAccount(String accountName,
String domainId) |
getAccount, listAccounts
Copyright © 2009-2013 jclouds. All Rights Reserved.