|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Account | |
---|---|
org.jclouds.cloudstack.config | |
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Uses of Account in org.jclouds.cloudstack.config |
---|
Methods in org.jclouds.cloudstack.config that return Account | |
---|---|
Account |
CloudStackParserModule.BreakGenericSetAdapter.apply(org.jclouds.cloudstack.config.CloudStackParserModule.BreakGenericSetAdapter.AccountInternal in)
|
Account |
CloudStackParserModule.BreakGenericSetAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context)
|
Methods in org.jclouds.cloudstack.config with parameters of type Account | |
---|---|
com.google.gson.JsonElement |
CloudStackParserModule.BreakGenericSetAdapter.serialize(Account src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
|
Uses of Account in org.jclouds.cloudstack.domain |
---|
Methods in org.jclouds.cloudstack.domain that return Account | |
---|---|
Account |
Account.Builder.build()
|
Methods in org.jclouds.cloudstack.domain with parameters of type Account | |
---|---|
int |
Account.compareTo(Account arg0)
|
Uses of Account in org.jclouds.cloudstack.features |
---|
Methods in org.jclouds.cloudstack.features that return Account | |
---|---|
Account |
GlobalAccountClient.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options)
Create a new Cloudstack account |
Account |
DomainAccountClient.enableAccount(String accountName,
long domainId)
Enable an account |
Account |
AccountClient.getAccount(long id)
get a specific Account by id |
Account |
GlobalAccountClient.updateAccount(String accountName,
long domainId,
String newName,
UpdateAccountOptions... options)
Update an existing account |
Methods in org.jclouds.cloudstack.features that return types with arguments of type Account | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Account> |
DomainAccountAsyncClient.enableAccount(String accountName,
long domainId)
|
com.google.common.util.concurrent.ListenableFuture<Account> |
AccountAsyncClient.getAccount(long id)
|
com.google.common.util.concurrent.ListenableFuture<Set<Account>> |
AccountAsyncClient.listAccounts(ListAccountsOptions... options)
|
Set<Account> |
AccountClient.listAccounts(ListAccountsOptions... options)
Lists Accounts |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.updateAccount(String accountName,
long domainId,
String newName,
UpdateAccountOptions... options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |