| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static NsState |
NsState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NsState |
GetSolNetworkInstanceResponse.nsState()
Network instance state.
|
NsState |
ListSolNetworkInstanceInfo.nsState()
The state of the network instance.
|
static NsState |
NsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NsState[] |
NsState.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<NsState> |
NsState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSolNetworkInstanceResponse.Builder |
GetSolNetworkInstanceResponse.Builder.nsState(NsState nsState)
Network instance state.
|
ListSolNetworkInstanceInfo.Builder |
ListSolNetworkInstanceInfo.Builder.nsState(NsState nsState)
The state of the network instance.
|
Copyright © 2023. All rights reserved.