Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteToll
-
Packages that use RouteToll Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteToll in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteToll Modifier and Type Method Description List<RouteToll>RouteVehicleLegDetails. tolls()Toll related options.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteToll Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. tolls(RouteToll... tolls)Toll related options.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteToll Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. tolls(Collection<RouteToll> tolls)Toll related options.
-