| 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 |
|---|---|
GetVehicleResult |
AWSIoTFleetWiseClient.getVehicle(GetVehicleRequest request)
Retrieves information about a vehicle.
|
GetVehicleResult |
AWSIoTFleetWise.getVehicle(GetVehicleRequest getVehicleRequest)
Retrieves information about a vehicle.
|
GetVehicleResult |
AbstractAWSIoTFleetWise.getVehicle(GetVehicleRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetVehicleResult> |
AWSIoTFleetWiseAsyncClient.getVehicleAsync(GetVehicleRequest request) |
Future<GetVehicleResult> |
AWSIoTFleetWiseAsync.getVehicleAsync(GetVehicleRequest getVehicleRequest)
Retrieves information about a vehicle.
|
Future<GetVehicleResult> |
AbstractAWSIoTFleetWiseAsync.getVehicleAsync(GetVehicleRequest request) |
Future<GetVehicleResult> |
AWSIoTFleetWiseAsyncClient.getVehicleAsync(GetVehicleRequest request,
AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler) |
Future<GetVehicleResult> |
AWSIoTFleetWiseAsync.getVehicleAsync(GetVehicleRequest getVehicleRequest,
AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler)
Retrieves information about a vehicle.
|
Future<GetVehicleResult> |
AbstractAWSIoTFleetWiseAsync.getVehicleAsync(GetVehicleRequest request,
AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetVehicleResult> |
AWSIoTFleetWiseAsyncClient.getVehicleAsync(GetVehicleRequest request,
AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler) |
Future<GetVehicleResult> |
AWSIoTFleetWiseAsync.getVehicleAsync(GetVehicleRequest getVehicleRequest,
AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler)
Retrieves information about a vehicle.
|
Future<GetVehicleResult> |
AbstractAWSIoTFleetWiseAsync.getVehicleAsync(GetVehicleRequest request,
AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetVehicleResult |
GetVehicleResult.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetVehicleResult |
GetVehicleResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetVehicleResult |
GetVehicleResult.clone() |
GetVehicleResult |
GetVehicleResult.withArn(String arn)
The Amazon Resource Name (ARN) of the vehicle to retrieve information about.
|
GetVehicleResult |
GetVehicleResult.withAttributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair.
|
GetVehicleResult |
GetVehicleResult.withCreationTime(Date creationTime)
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetVehicleResult |
GetVehicleResult.withDecoderManifestArn(String decoderManifestArn)
The ARN of a decoder manifest associated with the vehicle.
|
GetVehicleResult |
GetVehicleResult.withLastModificationTime(Date lastModificationTime)
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetVehicleResult |
GetVehicleResult.withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the vehicle.
|
GetVehicleResult |
GetVehicleResult.withVehicleName(String vehicleName)
The ID of the vehicle.
|
Copyright © 2025. All rights reserved.