| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.clone() |
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.withAttributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.withAttributeUpdateMode(String attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.withAttributeUpdateMode(UpdateMode attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.withDecoderManifestArn(String decoderManifestArn)
The ARN of the signal decoder manifest associated with the vehicle to update.
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.withModelManifestArn(String modelManifestArn)
The ARN of the vehicle model (model manifest) associated with the vehicle to update.
|
UpdateVehicleRequestItem |
UpdateVehicleRequestItem.withVehicleName(String vehicleName)
The unique ID of the vehicle to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateVehicleRequestItem> |
BatchUpdateVehicleRequest.getVehicles()
A list of information about the vehicles to update.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateVehicleRequest |
BatchUpdateVehicleRequest.withVehicles(UpdateVehicleRequestItem... vehicles)
A list of information about the vehicles to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateVehicleRequest.setVehicles(Collection<UpdateVehicleRequestItem> vehicles)
A list of information about the vehicles to update.
|
BatchUpdateVehicleRequest |
BatchUpdateVehicleRequest.withVehicles(Collection<UpdateVehicleRequestItem> vehicles)
A list of information about the vehicles to update.
|
Copyright © 2024. All rights reserved.