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.create(String domain, AddDomainOptions... options)
          Add a domain to the Glesys dns-system
 Domain DomainApi.get(String domain)
          Get a specific domain.
 Domain DomainApi.update(String domain, DomainOptions options)
          Update a domain to the Glesys dns-system
 

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



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