| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportDecoderManifestResponse> |
IoTFleetWiseAsyncClient.importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
default ImportDecoderManifestResponse |
IoTFleetWiseClient.importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.builder() |
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.Builder.name(String name)
The name of the decoder manifest to import.
|
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.Builder.networkFileDefinitions(Collection<NetworkFileDefinition> networkFileDefinitions)
The file to load into an Amazon Web Services account.
|
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.Builder.networkFileDefinitions(Consumer<NetworkFileDefinition.Builder>... networkFileDefinitions)
The file to load into an Amazon Web Services account.
|
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.Builder.networkFileDefinitions(NetworkFileDefinition... networkFileDefinitions)
The file to load into an Amazon Web Services account.
|
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportDecoderManifestRequest.Builder |
ImportDecoderManifestRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportDecoderManifestRequest.Builder> |
ImportDecoderManifestRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.