| Package | Description |
|---|---|
| org.jclouds.route53.domain | |
| org.jclouds.route53.features |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord> |
ResourceRecordSetIterable.nextRecord()
present when the list is not truncated
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordSetIterable |
ResourceRecordSetApi.listAt(ResourceRecordSetIterable.NextRecord nextRecord)
retrieves up to 100 resource record sets in order, starting at
nextRecord |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.