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 |
EmailAccountApi.createWithPassword(String accountAddress,
String password,
CreateAccountOptions... options)
Create a new e-mail account
|
EmailAccount |
EmailAccountApi.update(String accountAddress,
UpdateAccountOptions... options)
Adjust an e-mail account's settings
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAccountAsyncApi.createWithPassword(String accountAddress,
String password,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<EmailAccount>> |
EmailAccountAsyncApi.listDomain(String domain) |
com.google.common.collect.FluentIterable<EmailAccount> |
EmailAccountApi.listDomain(String domain)
Get the set of detailed information about e-mail accounts
|
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAccountAsyncApi.update(String accountAddress,
UpdateAccountOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.