Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMatrixVehicleLicensePlate
-
Packages that use RouteMatrixVehicleLicensePlate Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixVehicleLicensePlate in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatrixVehicleLicensePlate Modifier and Type Method Description RouteMatrixVehicleLicensePlateRouteMatrixCarOptions. licensePlate()The vehicle License Plate.RouteMatrixVehicleLicensePlateRouteMatrixScooterOptions. licensePlate()The vehicle License Plate.RouteMatrixVehicleLicensePlateRouteMatrixTruckOptions. licensePlate()The vehicle License Plate.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMatrixVehicleLicensePlate Modifier and Type Method Description RouteMatrixCarOptions.BuilderRouteMatrixCarOptions.Builder. licensePlate(RouteMatrixVehicleLicensePlate licensePlate)The vehicle License Plate.RouteMatrixScooterOptions.BuilderRouteMatrixScooterOptions.Builder. licensePlate(RouteMatrixVehicleLicensePlate licensePlate)The vehicle License Plate.RouteMatrixTruckOptions.BuilderRouteMatrixTruckOptions.Builder. licensePlate(RouteMatrixVehicleLicensePlate licensePlate)The vehicle License Plate.
-