Uses of Class
software.amazon.awssdk.services.georoutes.model.OptimizeWaypointsResponse
-
Packages that use OptimizeWaypointsResponse Package Description software.amazon.awssdk.services.georoutes With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information. -
-
Uses of OptimizeWaypointsResponse in software.amazon.awssdk.services.georoutes
Methods in software.amazon.awssdk.services.georoutes that return OptimizeWaypointsResponse Modifier and Type Method Description default OptimizeWaypointsResponseGeoRoutesClient. optimizeWaypoints(Consumer<OptimizeWaypointsRequest.Builder> optimizeWaypointsRequest)Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.default OptimizeWaypointsResponseGeoRoutesClient. optimizeWaypoints(OptimizeWaypointsRequest optimizeWaypointsRequest)Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.Methods in software.amazon.awssdk.services.georoutes that return types with arguments of type OptimizeWaypointsResponse Modifier and Type Method Description default CompletableFuture<OptimizeWaypointsResponse>GeoRoutesAsyncClient. optimizeWaypoints(Consumer<OptimizeWaypointsRequest.Builder> optimizeWaypointsRequest)Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.default CompletableFuture<OptimizeWaypointsResponse>GeoRoutesAsyncClient. optimizeWaypoints(OptimizeWaypointsRequest optimizeWaypointsRequest)Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.
-