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

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

Uses of Domain in org.jclouds.glesys.domain
 

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

Methods in org.jclouds.glesys.domain with parameters of type Domain
 T Domain.Builder.fromDomain(Domain in)
           
 

Uses of Domain in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return Domain
 Domain DomainApi.addDomain(String domain, AddDomainOptions... options)
          Add a domain to the Glesys dns-system
 Domain DomainApi.editDomain(String domain, DomainOptions... options)
          Edit a domain to the Glesys dns-system
 Domain DomainApi.getDomain(String domain)
          Get a specific domain.
 

Methods in org.jclouds.glesys.features that return types with arguments of type Domain
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainAsyncApi.addDomain(String name, AddDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainAsyncApi.editDomain(String domain, DomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainAsyncApi.getDomain(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Domain>> DomainAsyncApi.listDomains()
           
 Set<Domain> DomainApi.listDomains()
          Get a list of all domains for this account.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.