| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
RouteActivationState |
UpdateRouteRequest.activationState()
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
RouteActivationState |
UriPathRouteInput.activationState()
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is created. |
RouteActivationState |
DefaultRouteInput.activationState()
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is created. |
static RouteActivationState |
RouteActivationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static RouteActivationState |
RouteActivationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteActivationState[] |
RouteActivationState.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<RouteActivationState> |
RouteActivationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.activationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.activationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is created. |
DefaultRouteInput.Builder |
DefaultRouteInput.Builder.activationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is created. |
Copyright © 2023. All rights reserved.