Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.Domain
Packages that use Domain
Package
Description
-
Uses of Domain in org.jclouds.rackspace.clouddns.v1.domain
Methods in org.jclouds.rackspace.clouddns.v1.domain that return DomainMethods in org.jclouds.rackspace.clouddns.v1.domain with parameters of type Domain -
Uses of Domain in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features that return DomainModifier and TypeMethodDescriptionDomainApi.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 DomainModifier and TypeMethodDescriptionDomainApi.create
(Iterable<CreateDomain> createDomains) Provisions one or more new DNS domains based on the configuration defined in CreateDomain.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.DomainApi.list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.DomainApi.list
(PaginationOptions options) The resulting list is flat, and does not break the domains down hierarchically by subdomain.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 DomainModifier and TypeFieldDescriptionDomainFunctions.GET_DOMAIN_NAME
Take a Domain and return its name.Methods in org.jclouds.rackspace.clouddns.v1.functions that return DomainMethods in org.jclouds.rackspace.clouddns.v1.functions that return types with arguments of type DomainModifier and TypeMethodDescriptionParseDomains.apply
(HttpResponse response) protected com.google.common.base.Function
<Object, IterableWithMarker<Domain>> DomainsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) 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