Uses of Class
org.jclouds.dynect.v3.domain.RecordId
-
Packages that use RecordId Package Description 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 Modifier and Type Class Description class
Record<D extends Map<String,Object>>
class
SOARecord
Start of Authority per RFC 1035Methods in org.jclouds.dynect.v3.domain that return RecordId Modifier and Type Method Description RecordId
RecordId.Builder. build()
Methods in org.jclouds.dynect.v3.domain with parameters of type RecordId Modifier and Type Method Description B
Record.Builder. from(RecordId in)
B
RecordId.Builder. from(RecordId in)
SOARecord.Builder
SOARecord.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 Modifier and Type Method Description 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 zonecom.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 zoneMethods in org.jclouds.dynect.v3.features with parameters of type RecordId Modifier and Type Method Description Record<? extends Map<String,Object>>
RecordApi. get(RecordId recordId)
retrieves a resource record without regard to typeJob
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 Modifier and Type Method Description com.google.common.collect.FluentIterable<RecordId>
ToRecordIds. apply(HttpResponse response)
-
Uses of RecordId in org.jclouds.dynect.v3.predicates
Methods in org.jclouds.dynect.v3.predicates with type parameters of type RecordId Modifier and Type Method Description static <R extends RecordId>
com.google.common.base.Predicate<R>RecordPredicates. typeEquals(String type)
matches type of the given record
-