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