| 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<BatchCreateVehicleResult> |
AWSIoTFleetWiseAsyncClient.batchCreateVehicleAsync(BatchCreateVehicleRequest request,
AsyncHandler<BatchCreateVehicleRequest,BatchCreateVehicleResult> asyncHandler) |
Future<BatchCreateVehicleResult> |
AbstractAWSIoTFleetWiseAsync.batchCreateVehicleAsync(BatchCreateVehicleRequest request,
AsyncHandler<BatchCreateVehicleRequest,BatchCreateVehicleResult> asyncHandler) |
Future<BatchCreateVehicleResult> |
AWSIoTFleetWiseAsync.batchCreateVehicleAsync(BatchCreateVehicleRequest batchCreateVehicleRequest,
AsyncHandler<BatchCreateVehicleRequest,BatchCreateVehicleResult> asyncHandler)
Creates a group, or batch, of vehicles.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVehicleRequest |
BatchCreateVehicleRequest.clone() |
BatchCreateVehicleRequest |
BatchCreateVehicleRequest.withVehicles(Collection<CreateVehicleRequestItem> vehicles)
A list of information about each vehicle to create.
|
BatchCreateVehicleRequest |
BatchCreateVehicleRequest.withVehicles(CreateVehicleRequestItem... vehicles)
A list of information about each vehicle to create.
|
Copyright © 2023. All rights reserved.