Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
ResourceRecord |
ResourceRecord.clone() |
ResourceRecord |
ResourceRecord.withValue(String value)
The value of the
Value element for the current resource
record set. |
Modifier and Type | Method and Description |
---|---|
List<ResourceRecord> |
ResourceRecordSet.getResourceRecords()
A complex type that contains the resource records for the current
resource record set.
|
Modifier and Type | Method and Description |
---|---|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(ResourceRecord... resourceRecords)
A complex type that contains the resource records for the current
resource record set.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceRecordSet.setResourceRecords(Collection<ResourceRecord> resourceRecords)
A complex type that contains the resource records for the current
resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(Collection<ResourceRecord> resourceRecords)
A complex type that contains the resource records for the current
resource record set.
|
Copyright © 2015. All rights reserved.