| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleError |
UpdateVehicleError.clone() |
UpdateVehicleError |
UpdateVehicleError.withCode(Integer code)
The relevant HTTP error code (400+).
|
UpdateVehicleError |
UpdateVehicleError.withMessage(String message)
A message associated with the error.
|
UpdateVehicleError |
UpdateVehicleError.withVehicleName(String vehicleName)
The ID of the vehicle with the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateVehicleError> |
BatchUpdateVehicleResult.getErrors()
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 |
|---|---|
BatchUpdateVehicleResult |
BatchUpdateVehicleResult.withErrors(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 |
|---|---|
void |
BatchUpdateVehicleResult.setErrors(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.
|
BatchUpdateVehicleResult |
BatchUpdateVehicleResult.withErrors(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 © 2025. All rights reserved.