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