Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.UpdateDecoderManifestResponse
-
Packages that use UpdateDecoderManifestResponse 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 UpdateDecoderManifestResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return UpdateDecoderManifestResponse Modifier and Type Method Description default UpdateDecoderManifestResponseIoTFleetWiseClient. updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest)Updates a decoder manifest.default UpdateDecoderManifestResponseIoTFleetWiseClient. updateDecoderManifest(UpdateDecoderManifestRequest updateDecoderManifestRequest)Updates a decoder manifest.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type UpdateDecoderManifestResponse Modifier and Type Method Description default CompletableFuture<UpdateDecoderManifestResponse>IoTFleetWiseAsyncClient. updateDecoderManifest(Consumer<UpdateDecoderManifestRequest.Builder> updateDecoderManifestRequest)Updates a decoder manifest.default CompletableFuture<UpdateDecoderManifestResponse>IoTFleetWiseAsyncClient. updateDecoderManifest(UpdateDecoderManifestRequest updateDecoderManifestRequest)Updates a decoder manifest.
-