Uses of Interface
software.amazon.awssdk.services.georoutes.model.IsolineVehicleLicensePlate.Builder
-
Packages that use IsolineVehicleLicensePlate.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineVehicleLicensePlate.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineVehicleLicensePlate.Builder Modifier and Type Method Description static IsolineVehicleLicensePlate.BuilderIsolineVehicleLicensePlate. builder()IsolineVehicleLicensePlate.BuilderIsolineVehicleLicensePlate.Builder. lastCharacter(String lastCharacter)The last character of the License Plate.IsolineVehicleLicensePlate.BuilderIsolineVehicleLicensePlate. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type IsolineVehicleLicensePlate.Builder Modifier and Type Method Description static Class<? extends IsolineVehicleLicensePlate.Builder>IsolineVehicleLicensePlate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type IsolineVehicleLicensePlate.Builder Modifier and Type Method Description default IsolineCarOptions.BuilderIsolineCarOptions.Builder. licensePlate(Consumer<IsolineVehicleLicensePlate.Builder> licensePlate)The vehicle License Plate.default IsolineScooterOptions.BuilderIsolineScooterOptions.Builder. licensePlate(Consumer<IsolineVehicleLicensePlate.Builder> licensePlate)The vehicle License Plate.default IsolineTruckOptions.BuilderIsolineTruckOptions.Builder. licensePlate(Consumer<IsolineVehicleLicensePlate.Builder> licensePlate)The vehicle License Plate.
-