Package | Description |
---|---|
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Modifier and Type | Method and Description |
---|---|
EmailAccount |
EmailAccount.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
EmailAccount.Builder.fromEmailAccount(EmailAccount in) |
Modifier and Type | Method and Description |
---|---|
EmailAccount |
EmailApi.createAccount(String accountAddress,
String password,
CreateAccountOptions... options)
Create a new e-mail account
|
EmailAccount |
EmailApi.editAccount(String accountAddress,
EditAccountOptions... options)
Adjust an e-mail account's settings
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAsyncApi.createAccount(String accountAddress,
String password,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAsyncApi.editAccount(String accountAddress,
EditAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<EmailAccount>> |
EmailAsyncApi.listAccounts(String domain) |
Set<EmailAccount> |
EmailApi.listAccounts(String domain)
Get the set of detailed information about e-mail accounts
|
Copyright © 2009-2012 jclouds. All Rights Reserved.