Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteTollSystem
-
Packages that use RouteTollSystem Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteTollSystem in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteTollSystem Modifier and Type Method Description List<RouteTollSystem>RouteVehicleLegDetails. tollSystems()Toll systems are authorities that collect payments for the toll.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteTollSystem Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. tollSystems(RouteTollSystem... tollSystems)Toll systems are authorities that collect payments for the toll.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteTollSystem Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. tollSystems(Collection<RouteTollSystem> tollSystems)Toll systems are authorities that collect payments for the toll.
-