Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.Subdomain
- 
Packages that use Subdomain Package Description 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 Modifier and Type Method Description Set<Subdomain>Domain. getSubdomains() - 
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 Modifier and Type Method Description PagedIterable<Subdomain>DomainApi. listSubdomains(int domainId)List the subdomains of a domain.PaginatedCollection<Subdomain>DomainApi. listSubdomains(int domainId, 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 Modifier and Type Method Description PaginatedCollection<Subdomain>ParseSubdomains. apply(HttpResponse response)protected com.google.common.base.Function<Object,IterableWithMarker<Subdomain>>SubdomainsToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> domainId) 
 -