Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CreateDecoderManifestRequest
-
Packages that use CreateDecoderManifestRequest 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 CreateDecoderManifestRequest in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise with parameters of type CreateDecoderManifestRequest Modifier and Type Method Description default CompletableFuture<CreateDecoderManifestResponse>IoTFleetWiseAsyncClient. createDecoderManifest(CreateDecoderManifestRequest createDecoderManifestRequest)Creates the decoder manifest associated with a model manifest.default CreateDecoderManifestResponseIoTFleetWiseClient. createDecoderManifest(CreateDecoderManifestRequest createDecoderManifestRequest)Creates the decoder manifest associated with a model manifest. -
Uses of CreateDecoderManifestRequest in software.amazon.awssdk.services.iotfleetwise.transform
Methods in software.amazon.awssdk.services.iotfleetwise.transform with parameters of type CreateDecoderManifestRequest Modifier and Type Method Description SdkHttpFullRequestCreateDecoderManifestRequestMarshaller. marshall(CreateDecoderManifestRequest createDecoderManifestRequest)
-