Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceRecord> |
ResourceRecordSet.resourceRecords
A complex type that contains the resource records for the current
resource record set.
|
Modifier and Type | Method and Description |
---|---|
ResourceRecord |
ResourceRecord.clone() |
ResourceRecord |
ResourceRecord.withValue(java.lang.String value)
The current or new DNS record value, not to exceed 4,000 characters.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ResourceRecord> resourceRecords)
A complex type that contains the resource records for the current
resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(java.util.Collection<ResourceRecord> resourceRecords)
A complex type that contains the resource records for the current
resource record set.
|
Modifier and Type | Method and Description |
---|---|
ResourceRecord |
ResourceRecordStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |