| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise |
Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle
data to the Amazon Web Services cloud at scale.
|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateVehicleResult> |
AbstractAWSIoTFleetWiseAsync.updateVehicleAsync(UpdateVehicleRequest request,
AsyncHandler<UpdateVehicleRequest,UpdateVehicleResult> asyncHandler) |
Future<UpdateVehicleResult> |
AWSIoTFleetWiseAsyncClient.updateVehicleAsync(UpdateVehicleRequest request,
AsyncHandler<UpdateVehicleRequest,UpdateVehicleResult> asyncHandler) |
Future<UpdateVehicleResult> |
AWSIoTFleetWiseAsync.updateVehicleAsync(UpdateVehicleRequest updateVehicleRequest,
AsyncHandler<UpdateVehicleRequest,UpdateVehicleResult> asyncHandler)
Updates a vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleRequest |
UpdateVehicleRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
UpdateVehicleRequest |
UpdateVehicleRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateVehicleRequest |
UpdateVehicleRequest.clone() |
UpdateVehicleRequest |
UpdateVehicleRequest.withAttributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
UpdateVehicleRequest |
UpdateVehicleRequest.withAttributeUpdateMode(String attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequest |
UpdateVehicleRequest.withAttributeUpdateMode(UpdateMode attributeUpdateMode)
The method the specified attributes will update the existing attributes on the vehicle.
|
UpdateVehicleRequest |
UpdateVehicleRequest.withDecoderManifestArn(String decoderManifestArn)
The ARN of the decoder manifest associated with this vehicle.
|
UpdateVehicleRequest |
UpdateVehicleRequest.withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
|
UpdateVehicleRequest |
UpdateVehicleRequest.withVehicleName(String vehicleName)
The unique ID of the vehicle to update.
|
Copyright © 2024. All rights reserved.