Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteTollVehicleCategory
-
Packages that use RouteTollVehicleCategory Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteTollVehicleCategory in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteTollVehicleCategory Modifier and Type Method Description static RouteTollVehicleCategoryRouteTollVehicleCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteTollVehicleCategoryRouteTollVehicleCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteTollVehicleCategory[]RouteTollVehicleCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.RouteTollVehicleCategoryRouteTollOptions. vehicleCategory()Vehicle category for toll cost calculation.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteTollVehicleCategory Modifier and Type Method Description static Set<RouteTollVehicleCategory>RouteTollVehicleCategory. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteTollVehicleCategory Modifier and Type Method Description RouteTollOptions.BuilderRouteTollOptions.Builder. vehicleCategory(RouteTollVehicleCategory vehicleCategory)Vehicle category for toll cost calculation.
-