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

Packages that use RecordDetail
org.jclouds.rackspace.clouddns.v1.domain   
org.jclouds.rackspace.clouddns.v1.features   
org.jclouds.rackspace.clouddns.v1.functions   
 

Uses of RecordDetail in org.jclouds.rackspace.clouddns.v1.domain
 

Methods in org.jclouds.rackspace.clouddns.v1.domain that return RecordDetail
 RecordDetail RecordDetail.Builder.build()
           
 

Methods in org.jclouds.rackspace.clouddns.v1.domain that return types with arguments of type RecordDetail
 Set<RecordDetail> Domain.getRecords()
           
 

Methods in org.jclouds.rackspace.clouddns.v1.domain with parameters of type RecordDetail
 RecordDetail.Builder RecordDetail.Builder.from(RecordDetail in)
           
 

Constructor parameters in org.jclouds.rackspace.clouddns.v1.domain with type arguments of type RecordDetail
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)
           
 

Uses of RecordDetail in org.jclouds.rackspace.clouddns.v1.features
 

Methods in org.jclouds.rackspace.clouddns.v1.features that return RecordDetail
 RecordDetail RecordApi.get(String recordId)
          Get the details for the specified record in the specified domain.
 RecordDetail ReverseDNSApi.get(URI deviceURI, String recordId)
          List all of the Reverse DNS (PTR) records for a device.
 RecordDetail RecordApi.getByNameAndTypeAndData(String nameFilter, String typeFilter, String dataFilter)
          RecordDetails filtered by name and type and data.
 

Methods in org.jclouds.rackspace.clouddns.v1.features that return types with arguments of type RecordDetail
 Job<Set<RecordDetail>> RecordApi.create(Iterable<Record> createRecords)
          Create Records for a Domain or Subdomain.
 Job<Set<RecordDetail>> ReverseDNSApi.create(URI deviceURI, Iterable<Record> records)
          Create Reverse DNS (PTR) records for a device.
 org.jclouds.collect.PagedIterable<RecordDetail> RecordApi.list()
          This call lists all records configured for the specified domain.
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<RecordDetail> RecordApi.list(org.jclouds.openstack.v2_0.options.PaginationOptions options)
          Use PaginationOptions to manually control the list of RecordDetail pages returned.
 org.jclouds.collect.PagedIterable<RecordDetail> ReverseDNSApi.list(URI deviceURI)
          List all of the Reverse DNS (PTR) records for a device.
 org.jclouds.collect.PagedIterable<RecordDetail> RecordApi.listByNameAndType(String nameFilter, String typeFilter)
          RecordDetails filtered by name and type.
 org.jclouds.collect.PagedIterable<RecordDetail> RecordApi.listByType(String typeFilter)
          RecordDetails filtered by type.
 org.jclouds.collect.PagedIterable<RecordDetail> RecordApi.listByTypeAndData(String typeFilter, String dataFilter)
          RecordDetails filtered by type and data.
 

Uses of RecordDetail in org.jclouds.rackspace.clouddns.v1.functions
 

Fields in org.jclouds.rackspace.clouddns.v1.functions with type parameters of type RecordDetail
static com.google.common.base.Function<RecordDetail,Record> RecordFunctions.GET_RECORD
          Take a RecordDetail and return its Record.
static com.google.common.base.Function<RecordDetail,String> RecordFunctions.GET_RECORD_ID
          Take a RecordDetail and return its id.
 

Methods in org.jclouds.rackspace.clouddns.v1.functions that return RecordDetail
 RecordDetail ParseRecord.apply(org.jclouds.http.HttpResponse response)
           
 RecordDetail ParseOnlyRecord.apply(org.jclouds.http.HttpResponse response)
           
 

Methods in org.jclouds.rackspace.clouddns.v1.functions that return types with arguments of type RecordDetail
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<RecordDetail> ParseRecords.apply(org.jclouds.http.HttpResponse response)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<RecordDetail>> RecordsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
           
 

Method parameters in org.jclouds.rackspace.clouddns.v1.functions with type arguments of type RecordDetail
static Map<String,Record> RecordFunctions.toRecordMap(Set<RecordDetail> recordDetails)
          Take a Set of RecordDetails and return a Map of record id to the Record.
 



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