Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteRoad
-
Packages that use RouteRoad Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteRoad in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteRoad Modifier and Type Method Description RouteRoadRoutePedestrianTravelStep. currentRoad()Details of the current road.RouteRoadRouteVehicleTravelStep. currentRoad()Details of the current road.RouteRoadRoutePedestrianTravelStep. nextRoad()Details of the next road.RouteRoadRouteVehicleTravelStep. nextRoad()Details of the next road.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteRoad Modifier and Type Method Description RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. currentRoad(RouteRoad currentRoad)Details of the current road.RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. currentRoad(RouteRoad currentRoad)Details of the current road.RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. nextRoad(RouteRoad nextRoad)Details of the next road.RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. nextRoad(RouteRoad nextRoad)Details of the next road.
-