| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
DnsConfigChange |
DnsConfigChange.clone() |
DnsConfigChange |
ServiceChange.getDnsConfig()
Information about the Route 53 DNS records 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. |
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 |
ServiceChange.setDnsConfig(DnsConfigChange dnsConfig)
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
|
ServiceChange |
ServiceChange.withDnsConfig(DnsConfigChange dnsConfig)
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
|
Copyright © 2023. All rights reserved.