Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteTollPrice
-
Packages that use RouteTollPrice Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteTollPrice in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteTollPrice Modifier and Type Method Description RouteTollPriceRouteTollRate. convertedPrice()Price in the converted currency as specified in the request.RouteTollPriceRouteTollRate. localPrice()Price in the local regional currency.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteTollPrice Modifier and Type Method Description RouteTollRate.BuilderRouteTollRate.Builder. convertedPrice(RouteTollPrice convertedPrice)Price in the converted currency as specified in the request.RouteTollRate.BuilderRouteTollRate.Builder. localPrice(RouteTollPrice localPrice)Price in the local regional currency.
-