| Package | Description |
|---|---|
| org.jclouds.rackspace.clouddns.v1.domain | |
| org.jclouds.rackspace.clouddns.v1.features | |
| org.jclouds.rackspace.clouddns.v1.functions |
| Modifier and Type | Method and Description |
|---|---|
Set<Subdomain> |
Domain.getSubdomains() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.