Uses of Class
software.amazon.awssdk.services.iot.model.CreateOtaUpdateResponse
-
Packages that use CreateOtaUpdateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateOtaUpdateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateOtaUpdateResponse Modifier and Type Method Description default CreateOtaUpdateResponseIotClient. createOTAUpdate(Consumer<CreateOtaUpdateRequest.Builder> createOtaUpdateRequest)Creates an IoT OTA update on a target group of things or groups.default CreateOtaUpdateResponseIotClient. createOTAUpdate(CreateOtaUpdateRequest createOtaUpdateRequest)Creates an IoT OTA update on a target group of things or groups.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateOtaUpdateResponse Modifier and Type Method Description default CompletableFuture<CreateOtaUpdateResponse>IotAsyncClient. createOTAUpdate(Consumer<CreateOtaUpdateRequest.Builder> createOtaUpdateRequest)Creates an IoT OTA update on a target group of things or groups.default CompletableFuture<CreateOtaUpdateResponse>IotAsyncClient. createOTAUpdate(CreateOtaUpdateRequest createOtaUpdateRequest)Creates an IoT OTA update on a target group of things or groups.
-