| 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 records that you want Route 53 to create when you register an
instance.
|
DnsConfigChange |
DnsConfigChange.withDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each record that you want Route 53 to create when
you register an instance. |
DnsConfigChange |
DnsConfigChange.withDnsRecords(DnsRecord... dnsRecords)
An array that contains one
DnsRecord object for each record that you want Route 53 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 records that you want Route 53 to create when you register an
instance.
|
ServiceChange |
ServiceChange.withDnsConfig(DnsConfigChange dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
Copyright © 2018. All rights reserved.