Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.DecoderManifestValidationException
-
Packages that use DecoderManifestValidationException 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 DecoderManifestValidationException in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that throw DecoderManifestValidationException Modifier and Type Method Description default CreateDecoderManifestResponseIoTFleetWiseClient. createDecoderManifest(Consumer<CreateDecoderManifestRequest.Builder> createDecoderManifestRequest)Creates the decoder manifest associated with a model manifest.default CreateDecoderManifestResponseIoTFleetWiseClient. createDecoderManifest(CreateDecoderManifestRequest createDecoderManifestRequest)Creates the decoder manifest associated with a model manifest.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.default UpdateDecoderManifestResponseIoTFleetWiseClient. updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest)Updates a decoder manifest.default UpdateDecoderManifestResponseIoTFleetWiseClient. updateDecoderManifest(UpdateDecoderManifestRequest updateDecoderManifestRequest)Updates a decoder manifest.
-