| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleResponseItem |
UpdateVehicleResponseItem.clone() |
UpdateVehicleResponseItem |
UpdateVehicleResponseItem.withArn(String arn)
The Amazon Resource Name (ARN) of the updated vehicle.
|
UpdateVehicleResponseItem |
UpdateVehicleResponseItem.withVehicleName(String vehicleName)
The unique ID of the updated vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateVehicleResponseItem> |
BatchUpdateVehicleResult.getVehicles()
A list of information about the batch of updated vehicles.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateVehicleResult |
BatchUpdateVehicleResult.withVehicles(UpdateVehicleResponseItem... vehicles)
A list of information about the batch of updated vehicles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateVehicleResult.setVehicles(Collection<UpdateVehicleResponseItem> vehicles)
A list of information about the batch of updated vehicles.
|
BatchUpdateVehicleResult |
BatchUpdateVehicleResult.withVehicles(Collection<UpdateVehicleResponseItem> vehicles)
A list of information about the batch of updated vehicles.
|
Copyright © 2022. All rights reserved.