| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
DnsStatus |
UpdateKxEnvironmentNetworkResponse.dnsStatus()
The status of DNS configuration.
|
DnsStatus |
KxEnvironment.dnsStatus()
The status of DNS configuration.
|
DnsStatus |
GetKxEnvironmentResponse.dnsStatus()
The status of DNS configuration.
|
DnsStatus |
UpdateKxEnvironmentResponse.dnsStatus()
The status of DNS configuration.
|
static DnsStatus |
DnsStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DnsStatus |
DnsStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsStatus[] |
DnsStatus.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<DnsStatus> |
DnsStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKxEnvironmentNetworkResponse.Builder |
UpdateKxEnvironmentNetworkResponse.Builder.dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
KxEnvironment.Builder |
KxEnvironment.Builder.dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResponse.Builder |
GetKxEnvironmentResponse.Builder.dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
Copyright © 2023. All rights reserved.