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