| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceRecord |
ResourceRecord.clone() |
ResourceRecord |
ResourceRecord.withValue(String value)
The current or new DNS record value, not to exceed 4,000 characters.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceRecord> |
ResourceRecordSet.getResourceRecords()
Information about the resource records to act upon.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(ResourceRecord... resourceRecords)
Information about the resource records to act upon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecordSet.setResourceRecords(Collection<ResourceRecord> resourceRecords)
Information about the resource records to act upon.
|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(Collection<ResourceRecord> resourceRecords)
Information about the resource records to act upon.
|
Copyright © 2018. All rights reserved.