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