| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.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 |
RouteSummary.state()
The current state of the route.
|
RouteState |
CreateRouteResponse.state()
The current state of the route.
|
RouteState |
DeleteRouteResponse.state()
The current state of the route.
|
RouteState |
GetRouteResponse.state()
The current state of the route.
|
RouteState |
UpdateRouteResponse.state()
The current state of the route.
|
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()
|
| Modifier and Type | Method and Description |
|---|---|
RouteSummary.Builder |
RouteSummary.Builder.state(RouteState state)
The current state of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.state(RouteState state)
The current state of the route.
|
DeleteRouteResponse.Builder |
DeleteRouteResponse.Builder.state(RouteState state)
The current state of the route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.state(RouteState state)
The current state of the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.state(RouteState state)
The current state of the route.
|
Copyright © 2022. All rights reserved.