Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineVehicleLicensePlate
-
Packages that use IsolineVehicleLicensePlate Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineVehicleLicensePlate in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineVehicleLicensePlate Modifier and Type Method Description IsolineVehicleLicensePlateIsolineCarOptions. licensePlate()The vehicle License Plate.IsolineVehicleLicensePlateIsolineScooterOptions. licensePlate()The vehicle License Plate.IsolineVehicleLicensePlateIsolineTruckOptions. licensePlate()The vehicle License Plate.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineVehicleLicensePlate Modifier and Type Method Description IsolineCarOptions.BuilderIsolineCarOptions.Builder. licensePlate(IsolineVehicleLicensePlate licensePlate)The vehicle License Plate.IsolineScooterOptions.BuilderIsolineScooterOptions.Builder. licensePlate(IsolineVehicleLicensePlate licensePlate)The vehicle License Plate.IsolineTruckOptions.BuilderIsolineTruckOptions.Builder. licensePlate(IsolineVehicleLicensePlate licensePlate)The vehicle License Plate.
-