Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ImportDecoderManifestResponse
-
Packages that use ImportDecoderManifestResponse 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. -
-
Uses of ImportDecoderManifestResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return ImportDecoderManifestResponse Modifier and Type Method Description default ImportDecoderManifestResponseIoTFleetWiseClient. importDecoderManifest(Consumer<ImportDecoderManifestRequest.Builder> importDecoderManifestRequest)Creates a decoder manifest using your existing CAN DBC file from your local device.default ImportDecoderManifestResponseIoTFleetWiseClient. importDecoderManifest(ImportDecoderManifestRequest importDecoderManifestRequest)Creates a decoder manifest using your existing CAN DBC file from your local device.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type ImportDecoderManifestResponse Modifier and Type Method 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 CompletableFuture<ImportDecoderManifestResponse>IoTFleetWiseAsyncClient. importDecoderManifest(ImportDecoderManifestRequest importDecoderManifestRequest)Creates a decoder manifest using your existing CAN DBC file from your local device.
-