Uses of Class
software.amazon.awssdk.services.georoutes.model.WaypointOptimizationOptimizedWaypoint
-
Packages that use WaypointOptimizationOptimizedWaypoint Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WaypointOptimizationOptimizedWaypoint in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type WaypointOptimizationOptimizedWaypoint Modifier and Type Method Description List<WaypointOptimizationOptimizedWaypoint>OptimizeWaypointsResponse. optimizedWaypoints()Waypoints in the order of the optimized sequence.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type WaypointOptimizationOptimizedWaypoint Modifier and Type Method Description OptimizeWaypointsResponse.BuilderOptimizeWaypointsResponse.Builder. optimizedWaypoints(WaypointOptimizationOptimizedWaypoint... optimizedWaypoints)Waypoints in the order of the optimized sequence.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type WaypointOptimizationOptimizedWaypoint Modifier and Type Method Description OptimizeWaypointsResponse.BuilderOptimizeWaypointsResponse.Builder. optimizedWaypoints(Collection<WaypointOptimizationOptimizedWaypoint> optimizedWaypoints)Waypoints in the order of the optimized sequence.
-