| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
DnsServiceDiscovery |
DnsServiceDiscovery.clone() |
DnsServiceDiscovery |
ServiceDiscovery.getDns()
Specifies the DNS information for the virtual node.
|
DnsServiceDiscovery |
DnsServiceDiscovery.withHostname(String hostname)
Specifies the DNS service discovery hostname for the virtual node.
|
DnsServiceDiscovery |
DnsServiceDiscovery.withIpPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
DnsServiceDiscovery |
DnsServiceDiscovery.withIpPreference(String ipPreference)
The preferred IP version that this virtual node uses.
|
DnsServiceDiscovery |
DnsServiceDiscovery.withResponseType(DnsResponseType responseType)
Specifies the DNS response type for the virtual node.
|
DnsServiceDiscovery |
DnsServiceDiscovery.withResponseType(String responseType)
Specifies the DNS response type for the virtual node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscovery.setDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
|
ServiceDiscovery |
ServiceDiscovery.withDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
|
Copyright © 2024. All rights reserved.