Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteZone
-
Packages that use RouteZone Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteZone in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteZone Modifier and Type Method Description List<RouteZone>RouteVehicleLegDetails. zones()Zones corresponding to this leg of the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteZone Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. zones(RouteZone... zones)Zones corresponding to this leg of the route.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteZone Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. zones(Collection<RouteZone> zones)Zones corresponding to this leg of the route.
-