Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteRoadType
-
Packages that use RouteRoadType Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteRoadType in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteRoadType Modifier and Type Method Description static RouteRoadTypeRouteRoadType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteRoadTypeRouteRoad. type()The type of road.static RouteRoadTypeRouteRoadType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteRoadType[]RouteRoadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteRoadType Modifier and Type Method Description static Set<RouteRoadType>RouteRoadType. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteRoadType Modifier and Type Method Description RouteRoad.BuilderRouteRoad.Builder. type(RouteRoadType type)The type of road.
-