| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static DnsResponseType |
DnsResponseType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DnsResponseType |
DnsServiceDiscovery.responseType()
Specifies the DNS response type for the virtual node.
|
static DnsResponseType |
DnsResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsResponseType[] |
DnsResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DnsResponseType> |
DnsResponseType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DnsServiceDiscovery.Builder |
DnsServiceDiscovery.Builder.responseType(DnsResponseType responseType)
Specifies the DNS response type for the virtual node.
|
Copyright © 2023. All rights reserved.