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