| 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<AssociateVehicleFleetResult> |
AWSIoTFleetWiseAsyncClient.associateVehicleFleetAsync(AssociateVehicleFleetRequest request,
AsyncHandler<AssociateVehicleFleetRequest,AssociateVehicleFleetResult> asyncHandler) |
Future<AssociateVehicleFleetResult> |
AWSIoTFleetWiseAsync.associateVehicleFleetAsync(AssociateVehicleFleetRequest associateVehicleFleetRequest,
AsyncHandler<AssociateVehicleFleetRequest,AssociateVehicleFleetResult> asyncHandler)
Adds, or associates, a vehicle with a fleet.
|
Future<AssociateVehicleFleetResult> |
AbstractAWSIoTFleetWiseAsync.associateVehicleFleetAsync(AssociateVehicleFleetRequest request,
AsyncHandler<AssociateVehicleFleetRequest,AssociateVehicleFleetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateVehicleFleetRequest |
AssociateVehicleFleetRequest.clone() |
AssociateVehicleFleetRequest |
AssociateVehicleFleetRequest.withFleetId(String fleetId)
The ID of a fleet.
|
AssociateVehicleFleetRequest |
AssociateVehicleFleetRequest.withVehicleName(String vehicleName)
The unique ID of the vehicle to associate with the fleet.
|
Copyright © 2024. All rights reserved.