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

Packages that use Domain
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
protected  Domain Domain.from(Domain in)
           
 

Methods in org.jclouds.rackspace.clouddns.v1.domain with parameters of type Domain
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
 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
 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.
 org.jclouds.collect.PagedIterable<Domain> DomainApi.list()
          The resulting list is flat, and does not break the domains down hierarchically by subdomain.
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Domain> DomainApi.list(org.jclouds.openstack.v2_0.options.PaginationOptions options)
          The resulting list is flat, and does not break the domains down hierarchically by subdomain.
 org.jclouds.collect.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
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
 Domain ParseDomain.apply(org.jclouds.http.HttpResponse response)
           
 

Methods in org.jclouds.rackspace.clouddns.v1.functions that return types with arguments of type Domain
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Domain> ParseDomains.apply(org.jclouds.http.HttpResponse response)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.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
static Map<String,Domain> DomainFunctions.toDomainMap(Set<Domain> domains)
          Take a Set of Domains and return a Map of domain name to the Domain.
 



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