Uses of Class
org.jclouds.glesys.domain.EmailAccount

Packages that use EmailAccount
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
 EmailAccount EmailAccount.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type EmailAccount
 T EmailAccount.Builder.fromEmailAccount(EmailAccount in)
           
 

Uses of EmailAccount in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return EmailAccount
 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
 

Methods in org.jclouds.glesys.features that return types with arguments of type EmailAccount
 com.google.common.collect.FluentIterable<EmailAccount> EmailAccountApi.listDomain(String domain)
          Get the set of detailed information about e-mail accounts
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.