| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVehicleError |
CreateVehicleError.clone() |
CreateVehicleError |
CreateVehicleError.withCode(String code)
An HTTP error code.
|
CreateVehicleError |
CreateVehicleError.withMessage(String message)
A description of the HTTP error.
|
CreateVehicleError |
CreateVehicleError.withVehicleName(String vehicleName)
The ID of the vehicle with the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateVehicleError> |
BatchCreateVehicleResult.getErrors()
A list of information about creation errors, or an empty list if there aren't any errors.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withErrors(CreateVehicleError... errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateVehicleResult.setErrors(Collection<CreateVehicleError> errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withErrors(Collection<CreateVehicleError> errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
Copyright © 2023. All rights reserved.