| 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 |
|---|---|
BatchCreateVehicleResult |
AbstractAWSIoTFleetWise.batchCreateVehicle(BatchCreateVehicleRequest request) |
BatchCreateVehicleResult |
AWSIoTFleetWiseClient.batchCreateVehicle(BatchCreateVehicleRequest request)
Creates a group, or batch, of vehicles.
|
BatchCreateVehicleResult |
AWSIoTFleetWise.batchCreateVehicle(BatchCreateVehicleRequest batchCreateVehicleRequest)
Creates a group, or batch, of vehicles.
|
| 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 |
|---|---|
BatchCreateVehicleResult |
BatchCreateVehicleResult.clone() |
BatchCreateVehicleResult |
BatchCreateVehicleResult.withErrors(Collection<CreateVehicleError> errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withErrors(CreateVehicleError... errors)
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withVehicles(Collection<CreateVehicleResponseItem> vehicles)
A list of information about a batch of created vehicles.
|
BatchCreateVehicleResult |
BatchCreateVehicleResult.withVehicles(CreateVehicleResponseItem... vehicles)
A list of information about a batch of created vehicles.
|
Copyright © 2023. All rights reserved.