Uses of Class
software.amazon.awssdk.services.iot.model.GetOtaUpdateResponse
-
Packages that use GetOtaUpdateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetOtaUpdateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetOtaUpdateResponse Modifier and Type Method Description default GetOtaUpdateResponseIotClient. getOTAUpdate(Consumer<GetOtaUpdateRequest.Builder> getOtaUpdateRequest)Gets an OTA update.default GetOtaUpdateResponseIotClient. getOTAUpdate(GetOtaUpdateRequest getOtaUpdateRequest)Gets an OTA update.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetOtaUpdateResponse Modifier and Type Method Description default CompletableFuture<GetOtaUpdateResponse>IotAsyncClient. getOTAUpdate(Consumer<GetOtaUpdateRequest.Builder> getOtaUpdateRequest)Gets an OTA update.default CompletableFuture<GetOtaUpdateResponse>IotAsyncClient. getOTAUpdate(GetOtaUpdateRequest getOtaUpdateRequest)Gets an OTA update.
-