Uses of Class
org.jclouds.route53.domain.ResourceRecordSetIterable.NextRecord
-
Packages that use ResourceRecordSetIterable.NextRecord Package Description org.jclouds.route53.domain org.jclouds.route53.features -
-
Uses of ResourceRecordSetIterable.NextRecord in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return ResourceRecordSetIterable.NextRecord Modifier and Type Method Description static ResourceRecordSetIterable.NextRecord
ResourceRecordSetIterable.NextRecord. name(String name)
static ResourceRecordSetIterable.NextRecord
ResourceRecordSetIterable.NextRecord. nameAndType(String name, String type)
static ResourceRecordSetIterable.NextRecord
ResourceRecordSetIterable.NextRecord. nameTypeAndIdentifier(String name, String type, String identifier)
Methods in org.jclouds.route53.domain that return types with arguments of type ResourceRecordSetIterable.NextRecord Modifier and Type Method Description com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord>
ResourceRecordSetIterable. nextRecord()
present when the list is not truncated -
Uses of ResourceRecordSetIterable.NextRecord in org.jclouds.route53.features
Methods in org.jclouds.route53.features with parameters of type ResourceRecordSetIterable.NextRecord Modifier and Type Method Description ResourceRecordSetIterable
ResourceRecordSetApi. listAt(ResourceRecordSetIterable.NextRecord nextRecord)
retrieves up to 100 resource record sets in order, starting atnextRecord
-