Uses of Class
org.jclouds.glesys.domain.EmailAccount
-
Packages that use EmailAccount Package Description org.jclouds.glesys.domain org.jclouds.glesys.features -
-
Uses of EmailAccount in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return EmailAccount Modifier and Type Method Description EmailAccount
EmailAccount.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type EmailAccount Modifier and Type Method Description T
EmailAccount.Builder. fromEmailAccount(EmailAccount in)
-
Uses of EmailAccount in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return EmailAccount Modifier and Type Method Description EmailAccount
EmailAccountApi. createWithPassword(String accountAddress, String password, CreateAccountOptions... options)
Create a new e-mail accountEmailAccount
EmailAccountApi. update(String accountAddress, UpdateAccountOptions... options)
Adjust an e-mail account's settingsMethods in org.jclouds.glesys.features that return types with arguments of type EmailAccount Modifier and Type Method Description com.google.common.collect.FluentIterable<EmailAccount>
EmailAccountApi. listDomain(String domain)
Get the set of detailed information about e-mail accounts
-