Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteTollPaymentSite
-
Packages that use RouteTollPaymentSite Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteTollPaymentSite in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteTollPaymentSite Modifier and Type Method Description List<RouteTollPaymentSite>RouteToll. paymentSites()Locations or sites where the toll fare is collected.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteTollPaymentSite Modifier and Type Method Description RouteToll.BuilderRouteToll.Builder. paymentSites(RouteTollPaymentSite... paymentSites)Locations or sites where the toll fare is collected.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteTollPaymentSite Modifier and Type Method Description RouteToll.BuilderRouteToll.Builder. paymentSites(Collection<RouteTollPaymentSite> paymentSites)Locations or sites where the toll fare is collected.
-