| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
List<DnsRecord> |
DnsConfig.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. |
List<DnsRecord> |
DnsConfigChange.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 |
|---|---|
DnsConfig.Builder |
DnsConfig.Builder.dnsRecords(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.Builder |
DnsConfigChange.Builder.dnsRecords(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 |
|---|---|
DnsConfig.Builder |
DnsConfig.Builder.dnsRecords(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.Builder |
DnsConfigChange.Builder.dnsRecords(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 © 2023. All rights reserved.