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

Packages that use EmailAlias
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of EmailAlias in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return EmailAlias
 EmailAlias EmailAlias.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type EmailAlias
 T EmailAlias.Builder.fromEmailAlias(EmailAlias in)
           
 

Uses of EmailAlias in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return EmailAlias
 EmailAlias EmailAccountApi.createAlias(String aliasAddress, String toEmailAddress)
          Create an e-mail alias for an e-mail account
 EmailAlias EmailAccountApi.updateAlias(String aliasAddress, String toEmailAddress)
          Adjust (re-target) an e-mail alias
 

Methods in org.jclouds.glesys.features that return types with arguments of type EmailAlias
 com.google.common.collect.FluentIterable<EmailAlias> EmailAccountApi.listAliasesInDomain(String domain)
          Get the set of details about e-mail aliases
 



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