|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceRecordSetIterable.NextRecord | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
ResourceRecordSetIterable |
ResourceRecordSetApi.listAt(ResourceRecordSetIterable.NextRecord nextRecord)
retrieves up to 100 resource record sets in order, starting at nextRecord |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||