Uses of Class
software.amazon.awssdk.services.networkmanager.model.RouteState
-
Packages that use RouteState Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of RouteState in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return RouteState Modifier and Type Method Description static RouteStateRouteState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteStateNetworkRoute. state()The route state.static RouteStateRouteState. 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.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type RouteState Modifier and Type Method Description static Set<RouteState>RouteState. knownValues()List<RouteState>GetNetworkRoutesRequest. states()The route states.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type RouteState Modifier and Type Method Description NetworkRoute.BuilderNetworkRoute.Builder. state(RouteState state)The route state.GetNetworkRoutesRequest.BuilderGetNetworkRoutesRequest.Builder. states(RouteState... states)The route states.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type RouteState Modifier and Type Method Description GetNetworkRoutesRequest.BuilderGetNetworkRoutesRequest.Builder. states(Collection<RouteState> states)The route states.
-