| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static RouteActivationState |
RouteActivationState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UriPathRouteInput |
UriPathRouteInput.withActivationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is created. |
DefaultRouteInput |
DefaultRouteInput.withActivationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is created. |
UpdateRouteRequest |
UpdateRouteRequest.withActivationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
Copyright © 2022. All rights reserved.