| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static RouteState |
RouteState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
NetworkRoute |
NetworkRoute.withState(RouteState state)
The route state.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withStates(RouteState... states)
The route states.
|
Copyright © 2024. All rights reserved.