Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.Job
Packages that use Job
Package
Description
-
Uses of Job in org.jclouds.rackspace.clouddns.v1
Methods in org.jclouds.rackspace.clouddns.v1 that return Job -
Uses of Job in org.jclouds.rackspace.clouddns.v1.domain
Methods in org.jclouds.rackspace.clouddns.v1.domain that return Job -
Uses of Job in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features that return JobModifier and TypeMethodDescriptionDomainApi.create
(Iterable<CreateDomain> createDomains) Provisions one or more new DNS domains based on the configuration defined in CreateDomain.Create Records for a Domain or Subdomain.Create Reverse DNS (PTR) records for a device.This call removes one or more specified domains from the account; when a domain is deleted, its immediate resource records are also deleted from the account.Delete the specified records in the specified domain.Delete the specified record in the specified domain.Delete the Reverse DNS (PTR) record with the specified IP address for a device.Delete all Reverse DNS (PTR) records for a device.DomainApi.exportFormat
(int id, Domain.Format format) This call provides the BIND (Berkeley Internet Name Domain) 9 formatted contents of the requested 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.DomainApi.update
(int id, UpdateDomain updateDomain) This call modifies the domain attributes only.Update the configuration of the specified record in the specified domain.Update the configuration of the specified records in the specified domain.Update Reverse DNS (PTR) records for a device.DomainApi.updateEmail
(Iterable<Integer> ids, String email) This call modifies the domain's email only.This call modifies the domain's TTL only. -
Uses of Job in org.jclouds.rackspace.clouddns.v1.functions
Methods in org.jclouds.rackspace.clouddns.v1.functions that return JobModifier and TypeMethodDescriptionJob
<?> ParseJob.apply
(HttpResponse response) Job
<?> ParseJob.toJob
(org.jclouds.rackspace.clouddns.v1.functions.ParseJob.RawJob in) -
Uses of Job in org.jclouds.rackspace.clouddns.v1.predicates
Methods in org.jclouds.rackspace.clouddns.v1.predicates with parameters of type JobModifier and TypeMethodDescriptionstatic <T> T
JobPredicates.awaitComplete
(CloudDNSApi api, Job<T> job) Tests to see if a Job has completed.