| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
RouteType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RouteType |
RouteSummary.routeType()
The route type of the route.
|
RouteType |
CreateRouteResponse.routeType()
The route type of the route.
|
RouteType |
GetRouteResponse.routeType()
The type of route.
|
RouteType |
CreateRouteRequest.routeType()
The route type of the route.
|
static RouteType |
RouteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteType[] |
RouteType.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<RouteType> |
RouteType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RouteSummary.Builder |
RouteSummary.Builder.routeType(RouteType routeType)
The route type of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.routeType(RouteType routeType)
The route type of the route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.routeType(RouteType routeType)
The type of route.
|
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.routeType(RouteType routeType)
The route type of the route.
|
Copyright © 2022. All rights reserved.