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 name, AddDomainOptions... options)
          Add a domain to the Glesys dns-system
 Domain DomainApi.get(String name)
          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.collect.FluentIterable<Domain> DomainApi.list()
          Get a list of all domains for this account.
 



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