Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteTollRate
-
Packages that use RouteTollRate Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteTollRate in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteTollRate Modifier and Type Method Description List<RouteTollRate>RouteToll. rates()Toll rates that need to be paid to travel this leg of the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteTollRate Modifier and Type Method Description RouteToll.BuilderRouteToll.Builder. rates(RouteTollRate... rates)Toll rates that need to be paid to travel this leg of the route.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteTollRate Modifier and Type Method Description RouteToll.BuilderRouteToll.Builder. rates(Collection<RouteTollRate> rates)Toll rates that need to be paid to travel this leg of the route.
-