Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteVehicleLicensePlate
-
Packages that use RouteVehicleLicensePlate Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteVehicleLicensePlate in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteVehicleLicensePlate Modifier and Type Method Description RouteVehicleLicensePlateRouteCarOptions. licensePlate()The vehicle License Plate.RouteVehicleLicensePlateRouteScooterOptions. licensePlate()The vehicle License Plate.RouteVehicleLicensePlateRouteTruckOptions. licensePlate()The vehicle License Plate.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteVehicleLicensePlate Modifier and Type Method Description RouteCarOptions.BuilderRouteCarOptions.Builder. licensePlate(RouteVehicleLicensePlate licensePlate)The vehicle License Plate.RouteScooterOptions.BuilderRouteScooterOptions.Builder. licensePlate(RouteVehicleLicensePlate licensePlate)The vehicle License Plate.RouteTruckOptions.BuilderRouteTruckOptions.Builder. licensePlate(RouteVehicleLicensePlate licensePlate)The vehicle License Plate.
-