Uses of Class
software.amazon.awssdk.services.georoutes.model.RoutePassThroughWaypoint
-
Packages that use RoutePassThroughWaypoint Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoutePassThroughWaypoint in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoutePassThroughWaypoint Modifier and Type Method Description List<RoutePassThroughWaypoint>RouteFerryLegDetails. passThroughWaypoints()Waypoints that were passed through during the leg.List<RoutePassThroughWaypoint>RoutePedestrianLegDetails. passThroughWaypoints()Waypoints that were passed through during the leg.List<RoutePassThroughWaypoint>RouteVehicleLegDetails. passThroughWaypoints()Waypoints that were passed through during the leg.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RoutePassThroughWaypoint Modifier and Type Method Description RouteFerryLegDetails.BuilderRouteFerryLegDetails.Builder. passThroughWaypoints(RoutePassThroughWaypoint... passThroughWaypoints)Waypoints that were passed through during the leg.RoutePedestrianLegDetails.BuilderRoutePedestrianLegDetails.Builder. passThroughWaypoints(RoutePassThroughWaypoint... passThroughWaypoints)Waypoints that were passed through during the leg.RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. passThroughWaypoints(RoutePassThroughWaypoint... passThroughWaypoints)Waypoints that were passed through during the leg.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RoutePassThroughWaypoint Modifier and Type Method Description RouteFerryLegDetails.BuilderRouteFerryLegDetails.Builder. passThroughWaypoints(Collection<RoutePassThroughWaypoint> passThroughWaypoints)Waypoints that were passed through during the leg.RoutePedestrianLegDetails.BuilderRoutePedestrianLegDetails.Builder. passThroughWaypoints(Collection<RoutePassThroughWaypoint> passThroughWaypoints)Waypoints that were passed through during the leg.RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. passThroughWaypoints(Collection<RoutePassThroughWaypoint> passThroughWaypoints)Waypoints that were passed through during the leg.
-