Uses of Class
org.jclouds.dynect.v3.domain.RecordId
Packages that use RecordId
Package
Description
-
Uses of RecordId in org.jclouds.dynect.v3.domain
Subclasses of RecordId in org.jclouds.dynect.v3.domainModifier and TypeClassDescriptionclass
final class
Start of Authority per RFC 1035Methods in org.jclouds.dynect.v3.domain that return RecordIdMethods in org.jclouds.dynect.v3.domain with parameters of type RecordId -
Uses of RecordId in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that return types with arguments of type RecordIdModifier and TypeMethodDescriptioncom.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 -
Uses of RecordId in org.jclouds.dynect.v3.functions
Methods in org.jclouds.dynect.v3.functions that return types with arguments of type RecordIdModifier and TypeMethodDescriptioncom.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 RecordIdModifier and TypeMethodDescriptionstatic <R extends RecordId>
com.google.common.base.Predicate<R> RecordPredicates.typeEquals
(String type) matches type of the given record