| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
DnsRecord |
DnsRecord.clone() |
DnsRecord |
DnsRecord.withTTL(Long tTL)
The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
DnsRecord |
DnsRecord.withType(RecordType type)
The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries.
|
DnsRecord |
DnsRecord.withType(String type)
The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<DnsRecord> |
DnsConfig.getDnsRecords()
An array that contains one
DnsRecord object for each Route 53 DNS record that you want Cloud Map to
create when you register an instance. |
List<DnsRecord> |
DnsConfigChange.getDnsRecords()
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
| Modifier and Type | Method and Description |
|---|---|
DnsConfig |
DnsConfig.withDnsRecords(DnsRecord... dnsRecords)
An array that contains one
DnsRecord object for each Route 53 DNS record that you want Cloud Map to
create when you register an instance. |
DnsConfigChange |
DnsConfigChange.withDnsRecords(DnsRecord... dnsRecords)
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsConfig.setDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each Route 53 DNS record that you want Cloud Map to
create when you register an instance. |
void |
DnsConfigChange.setDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
DnsConfig |
DnsConfig.withDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each Route 53 DNS record that you want Cloud Map to
create when you register an instance. |
DnsConfigChange |
DnsConfigChange.withDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
Copyright © 2022. All rights reserved.