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