Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CreateVehicleError
-
Packages that use CreateVehicleError Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CreateVehicleError in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type CreateVehicleError Modifier and Type Method Description List<CreateVehicleError>BatchCreateVehicleResponse. errors()A list of information about creation errors, or an empty list if there aren't any errors.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CreateVehicleError Modifier and Type Method Description BatchCreateVehicleResponse.BuilderBatchCreateVehicleResponse.Builder. errors(CreateVehicleError... errors)A list of information about creation errors, or an empty list if there aren't any errors.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type CreateVehicleError Modifier and Type Method Description BatchCreateVehicleResponse.BuilderBatchCreateVehicleResponse.Builder. errors(Collection<CreateVehicleError> errors)A list of information about creation errors, or an empty list if there aren't any errors.
-