Uses of Class
software.amazon.awssdk.services.georoutes.model.WaypointOptimizationWaypoint
-
Packages that use WaypointOptimizationWaypoint Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WaypointOptimizationWaypoint in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type WaypointOptimizationWaypoint Modifier and Type Method Description List<WaypointOptimizationWaypoint>OptimizeWaypointsRequest. waypoints()List of waypoints between theOriginandDestination.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type WaypointOptimizationWaypoint Modifier and Type Method Description OptimizeWaypointsRequest.BuilderOptimizeWaypointsRequest.Builder. waypoints(WaypointOptimizationWaypoint... waypoints)List of waypoints between theOriginandDestination.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type WaypointOptimizationWaypoint Modifier and Type Method Description OptimizeWaypointsRequest.BuilderOptimizeWaypointsRequest.Builder. waypoints(Collection<WaypointOptimizationWaypoint> waypoints)List of waypoints between theOriginandDestination.
-