Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.CreateSubdomain

Packages that use CreateSubdomain
org.jclouds.rackspace.clouddns.v1.domain   
 

Uses of CreateSubdomain in org.jclouds.rackspace.clouddns.v1.domain
 

Methods in org.jclouds.rackspace.clouddns.v1.domain that return CreateSubdomain
 CreateSubdomain CreateSubdomain.Builder.build()
           
 

Methods in org.jclouds.rackspace.clouddns.v1.domain that return types with arguments of type CreateSubdomain
 Iterable<CreateSubdomain> CreateDomain.getSubdomains()
           
 

Methods in org.jclouds.rackspace.clouddns.v1.domain with parameters of type CreateSubdomain
 CreateSubdomain.Builder CreateSubdomain.Builder.from(CreateSubdomain in)
           
 

Method parameters in org.jclouds.rackspace.clouddns.v1.domain with type arguments of type CreateSubdomain
 CreateDomain.Builder CreateDomain.Builder.subdomains(Iterable<CreateSubdomain> subdomains)
          Create Subdomains of this Domain.
 



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