Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteWaypoint
-
Packages that use RouteWaypoint Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteWaypoint in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteWaypoint Modifier and Type Method Description List<RouteWaypoint>CalculateRoutesRequest. waypoints()List of waypoints between the Origin and Destination.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteWaypoint Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. waypoints(RouteWaypoint... waypoints)List of waypoints between the Origin and Destination.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteWaypoint Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. waypoints(Collection<RouteWaypoint> waypoints)List of waypoints between the Origin and Destination.
-