| 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<ImportDecoderManifestResult> |
AWSIoTFleetWiseAsyncClient.importDecoderManifestAsync(ImportDecoderManifestRequest request,
AsyncHandler<ImportDecoderManifestRequest,ImportDecoderManifestResult> asyncHandler) |
Future<ImportDecoderManifestResult> |
AbstractAWSIoTFleetWiseAsync.importDecoderManifestAsync(ImportDecoderManifestRequest request,
AsyncHandler<ImportDecoderManifestRequest,ImportDecoderManifestResult> asyncHandler) |
Future<ImportDecoderManifestResult> |
AWSIoTFleetWiseAsync.importDecoderManifestAsync(ImportDecoderManifestRequest importDecoderManifestRequest,
AsyncHandler<ImportDecoderManifestRequest,ImportDecoderManifestResult> asyncHandler)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
| Modifier and Type | Method and Description |
|---|---|
ImportDecoderManifestRequest |
ImportDecoderManifestRequest.clone() |
ImportDecoderManifestRequest |
ImportDecoderManifestRequest.withName(String name)
The name of the decoder manifest to import.
|
ImportDecoderManifestRequest |
ImportDecoderManifestRequest.withNetworkFileDefinitions(Collection<NetworkFileDefinition> networkFileDefinitions)
The file to load into an Amazon Web Services account.
|
ImportDecoderManifestRequest |
ImportDecoderManifestRequest.withNetworkFileDefinitions(NetworkFileDefinition... networkFileDefinitions)
The file to load into an Amazon Web Services account.
|
Copyright © 2022. All rights reserved.