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