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