Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ImportDecoderManifestRequest
-
Packages that use ImportDecoderManifestRequest 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.transform -
-
Uses of ImportDecoderManifestRequest in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise with parameters of type ImportDecoderManifestRequest Modifier and Type Method Description default CompletableFuture<ImportDecoderManifestResponse>IoTFleetWiseAsyncClient. importDecoderManifest(ImportDecoderManifestRequest 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. -
Uses of ImportDecoderManifestRequest in software.amazon.awssdk.services.iotfleetwise.transform
Methods in software.amazon.awssdk.services.iotfleetwise.transform with parameters of type ImportDecoderManifestRequest Modifier and Type Method Description SdkHttpFullRequestImportDecoderManifestRequestMarshaller. marshall(ImportDecoderManifestRequest importDecoderManifestRequest)
-