| 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 |
|---|---|
GetVehicleStatusResult |
AWSIoTFleetWiseClient.getVehicleStatus(GetVehicleStatusRequest request)
Retrieves information about the status of a vehicle with any associated campaigns.
|
GetVehicleStatusResult |
AbstractAWSIoTFleetWise.getVehicleStatus(GetVehicleStatusRequest request) |
GetVehicleStatusResult |
AWSIoTFleetWise.getVehicleStatus(GetVehicleStatusRequest getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVehicleStatusResult> |
AWSIoTFleetWiseAsyncClient.getVehicleStatusAsync(GetVehicleStatusRequest request,
AsyncHandler<GetVehicleStatusRequest,GetVehicleStatusResult> asyncHandler) |
Future<GetVehicleStatusResult> |
AbstractAWSIoTFleetWiseAsync.getVehicleStatusAsync(GetVehicleStatusRequest request,
AsyncHandler<GetVehicleStatusRequest,GetVehicleStatusResult> asyncHandler) |
Future<GetVehicleStatusResult> |
AWSIoTFleetWiseAsync.getVehicleStatusAsync(GetVehicleStatusRequest getVehicleStatusRequest,
AsyncHandler<GetVehicleStatusRequest,GetVehicleStatusResult> asyncHandler)
Retrieves information about the status of a vehicle with any associated campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
GetVehicleStatusResult |
GetVehicleStatusResult.clone() |
GetVehicleStatusResult |
GetVehicleStatusResult.withCampaigns(Collection<VehicleStatus> campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
GetVehicleStatusResult |
GetVehicleStatusResult.withCampaigns(VehicleStatus... campaigns)
Lists information about the state of the vehicle with deployed campaigns.
|
GetVehicleStatusResult |
GetVehicleStatusResult.withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
Copyright © 2024. All rights reserved.