Uses of Class
software.amazon.awssdk.services.iot.model.DeleteOtaUpdateResponse
-
Packages that use DeleteOtaUpdateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteOtaUpdateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteOtaUpdateResponse Modifier and Type Method Description default DeleteOtaUpdateResponseIotClient. deleteOTAUpdate(Consumer<DeleteOtaUpdateRequest.Builder> deleteOtaUpdateRequest)Delete an OTA update.default DeleteOtaUpdateResponseIotClient. deleteOTAUpdate(DeleteOtaUpdateRequest deleteOtaUpdateRequest)Delete an OTA update.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteOtaUpdateResponse Modifier and Type Method Description default CompletableFuture<DeleteOtaUpdateResponse>IotAsyncClient. deleteOTAUpdate(Consumer<DeleteOtaUpdateRequest.Builder> deleteOtaUpdateRequest)Delete an OTA update.default CompletableFuture<DeleteOtaUpdateResponse>IotAsyncClient. deleteOTAUpdate(DeleteOtaUpdateRequest deleteOtaUpdateRequest)Delete an OTA update.
-