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

Packages that use Subdomain
org.jclouds.rackspace.clouddns.v1.domain   
org.jclouds.rackspace.clouddns.v1.features   
org.jclouds.rackspace.clouddns.v1.functions   
 

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

Methods in org.jclouds.rackspace.clouddns.v1.domain that return types with arguments of type Subdomain
 Set<Subdomain> Domain.getSubdomains()
           
 

Constructor parameters in org.jclouds.rackspace.clouddns.v1.domain with type arguments of type Subdomain
Domain(int id, String name, String email, String comment, Date created, Date updated, int accountId, int ttl, Set<String> nameservers, Set<Subdomain> nameToSubdomain, Set<RecordDetail> records)
           
 

Uses of Subdomain in org.jclouds.rackspace.clouddns.v1.features
 

Methods in org.jclouds.rackspace.clouddns.v1.features that return types with arguments of type Subdomain
 org.jclouds.collect.PagedIterable<Subdomain> DomainApi.listSubdomains(int domainId)
          List the subdomains of a domain.
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Subdomain> DomainApi.listSubdomains(int domainId, org.jclouds.openstack.v2_0.options.PaginationOptions options)
          List the subdomains of a domain and manually control pagination.
 

Uses of Subdomain in org.jclouds.rackspace.clouddns.v1.functions
 

Methods in org.jclouds.rackspace.clouddns.v1.functions that return types with arguments of type Subdomain
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Subdomain> ParseSubdomains.apply(org.jclouds.http.HttpResponse response)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Subdomain>> SubdomainsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> domainId)
           
 



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