Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.RouteActivationState
-
Packages that use RouteActivationState Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of RouteActivationState in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return RouteActivationState Modifier and Type Method Description RouteActivationStateDefaultRouteInput. activationState()If set toACTIVE, traffic is forwarded to this route’s service after the route is created.RouteActivationStateUpdateRouteRequest. activationState()If set toACTIVE, traffic is forwarded to this route’s service after the route is updated.RouteActivationStateUriPathRouteInput. activationState()If set toACTIVE, traffic is forwarded to this route’s service after the route is created.static RouteActivationStateRouteActivationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteActivationStateRouteActivationState. 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.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type RouteActivationState Modifier and Type Method Description static Set<RouteActivationState>RouteActivationState. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type RouteActivationState Modifier and Type Method Description DefaultRouteInput.BuilderDefaultRouteInput.Builder. activationState(RouteActivationState activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is created.UpdateRouteRequest.BuilderUpdateRouteRequest.Builder. activationState(RouteActivationState activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is updated.UriPathRouteInput.BuilderUriPathRouteInput.Builder. activationState(RouteActivationState activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is created.
-