Uses of Class
software.amazon.awssdk.services.iot.model.CreateOtaUpdateRequest
-
Packages that use CreateOtaUpdateRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateOtaUpdateRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateOtaUpdateRequest Modifier and Type Method Description default CompletableFuture<CreateOtaUpdateResponse>IotAsyncClient. createOTAUpdate(CreateOtaUpdateRequest 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. -
Uses of CreateOtaUpdateRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateOtaUpdateRequest Modifier and Type Method Description SdkHttpFullRequestCreateOtaUpdateRequestMarshaller. marshall(CreateOtaUpdateRequest createOtaUpdateRequest)
-