Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.Domain
-
Packages that use Domain Package Description org.jclouds.rackspace.clouddns.v1.domain org.jclouds.rackspace.clouddns.v1.features org.jclouds.rackspace.clouddns.v1.functions -
-
Uses of Domain in org.jclouds.rackspace.clouddns.v1.domain
Methods in org.jclouds.rackspace.clouddns.v1.domain that return Domain Modifier and Type Method Description protected Domain
Domain. from(Domain in)
Methods in org.jclouds.rackspace.clouddns.v1.domain with parameters of type Domain Modifier and Type Method Description protected Domain
Domain. from(Domain in)
-
Uses of Domain in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features that return Domain Modifier and Type Method Description Domain
DomainApi. get(int id)
Get all information for a Domain, including records and subdomains.Methods in org.jclouds.rackspace.clouddns.v1.features that return types with arguments of type Domain Modifier and Type Method Description Job<Set<Domain>>
DomainApi. create(Iterable<CreateDomain> createDomains)
Provisions one or more new DNS domains based on the configuration defined in CreateDomain.Job<Domain>
DomainApi. importFormat(List<String> contents, Domain.Format format)
This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration contents.PagedIterable<Domain>
DomainApi. list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.PaginatedCollection<Domain>
DomainApi. list(PaginationOptions options)
The resulting list is flat, and does not break the domains down hierarchically by subdomain.PagedIterable<Domain>
DomainApi. listWithFilterByNamesMatching(String nameFilter)
Filtering the search to limit the results returned can be performed by using the nameFilter parameter. -
Uses of Domain in org.jclouds.rackspace.clouddns.v1.functions
Fields in org.jclouds.rackspace.clouddns.v1.functions with type parameters of type Domain Modifier and Type Field Description static com.google.common.base.Function<Domain,String>
DomainFunctions. GET_DOMAIN_NAME
Take a Domain and return its name.Methods in org.jclouds.rackspace.clouddns.v1.functions that return Domain Modifier and Type Method Description Domain
ParseDomain. apply(HttpResponse response)
Methods in org.jclouds.rackspace.clouddns.v1.functions that return types with arguments of type Domain Modifier and Type Method Description PaginatedCollection<Domain>
ParseDomains. apply(HttpResponse response)
protected com.google.common.base.Function<Object,IterableWithMarker<Domain>>
DomainsToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
static Map<String,Domain>
DomainFunctions. toDomainMap(Set<Domain> domains)
Take a Set of Domains and return a Map of domain name to the Domain.Method parameters in org.jclouds.rackspace.clouddns.v1.functions with type arguments of type Domain Modifier and Type Method Description static Map<String,Domain>
DomainFunctions. toDomainMap(Set<Domain> domains)
Take a Set of Domains and return a Map of domain name to the Domain.
-