Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.UpdateVehicleError
-
Packages that use UpdateVehicleError Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of UpdateVehicleError in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type UpdateVehicleError Modifier and Type Method Description List<UpdateVehicleError>BatchUpdateVehicleResponse. errors()A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type UpdateVehicleError Modifier and Type Method Description BatchUpdateVehicleResponse.BuilderBatchUpdateVehicleResponse.Builder. errors(UpdateVehicleError... errors)A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type UpdateVehicleError Modifier and Type Method Description BatchUpdateVehicleResponse.BuilderBatchUpdateVehicleResponse.Builder. errors(Collection<UpdateVehicleError> errors)A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
-