| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateVehicleResponse.Builder |
BatchUpdateVehicleResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateVehicleResponse.Builder |
BatchUpdateVehicleResponse.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.
|
Copyright © 2022. All rights reserved.