Uses of Class
org.jclouds.dynect.v3.domain.RecordId

Packages that use RecordId
org.jclouds.dynect.v3.domain   
org.jclouds.dynect.v3.features   
org.jclouds.dynect.v3.functions   
org.jclouds.dynect.v3.predicates   
 

Uses of RecordId in org.jclouds.dynect.v3.domain
 

Subclasses of RecordId in org.jclouds.dynect.v3.domain
 class Record<D extends Map<String,Object>>
           
 class SOARecord
          Start of Authority per RFC 1035
 

Methods in org.jclouds.dynect.v3.domain that return RecordId
 RecordId RecordId.Builder.build()
           
 

Methods in org.jclouds.dynect.v3.domain with parameters of type RecordId
 SOARecord.Builder SOARecord.Builder.from(RecordId in)
           
 B RecordId.Builder.from(RecordId in)
           
 B Record.Builder.from(RecordId in)
           
 

Uses of RecordId in org.jclouds.dynect.v3.features
 

Methods in org.jclouds.dynect.v3.features that return types with arguments of type RecordId
 com.google.common.collect.FluentIterable<RecordId> RecordApi.list()
          Retrieves a list of resource record ids for all records of any type in the given zone.
 com.google.common.collect.FluentIterable<RecordId> RecordApi.listByFQDN(String fqdn)
          Retrieves a list of resource record ids for all records of the fqdn in the given zone
 com.google.common.collect.FluentIterable<RecordId> RecordApi.listByFQDNAndType(String fqdn, String type)
          Retrieves a list of resource record ids for all records of the fqdn and type in the given zone
 

Methods in org.jclouds.dynect.v3.features with parameters of type RecordId
 Record<? extends Map<String,Object>> RecordApi.get(RecordId recordId)
          retrieves a resource record without regard to type
 Job RecordApi.scheduleDelete(RecordId recordId)
          Schedules deletion of a record into the current session.
 

Uses of RecordId in org.jclouds.dynect.v3.functions
 

Methods in org.jclouds.dynect.v3.functions that return types with arguments of type RecordId
 com.google.common.collect.FluentIterable<RecordId> ToRecordIds.apply(org.jclouds.http.HttpResponse response)
           
 

Uses of RecordId in org.jclouds.dynect.v3.predicates
 

Methods in org.jclouds.dynect.v3.predicates with type parameters of type RecordId
static
<R extends RecordId>
com.google.common.base.Predicate<R>
RecordPredicates.typeEquals(String type)
          matches type of the given record
 



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