Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.UpdateVehicleRequestItem
-
Packages that use UpdateVehicleRequestItem Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of UpdateVehicleRequestItem in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type UpdateVehicleRequestItem Modifier and Type Method Description List<UpdateVehicleRequestItem>BatchUpdateVehicleRequest. vehicles()A list of information about the vehicles to update.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type UpdateVehicleRequestItem Modifier and Type Method Description BatchUpdateVehicleRequest.BuilderBatchUpdateVehicleRequest.Builder. vehicles(UpdateVehicleRequestItem... vehicles)A list of information about the vehicles to update.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type UpdateVehicleRequestItem Modifier and Type Method Description BatchUpdateVehicleRequest.BuilderBatchUpdateVehicleRequest.Builder. vehicles(Collection<UpdateVehicleRequestItem> vehicles)A list of information about the vehicles to update.
-