Uses of Class
software.amazon.awssdk.services.iot.model.AssociateTargetsWithJobResponse
-
Packages that use AssociateTargetsWithJobResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of AssociateTargetsWithJobResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return AssociateTargetsWithJobResponse Modifier and Type Method Description default AssociateTargetsWithJobResponse
IotClient. associateTargetsWithJob(Consumer<AssociateTargetsWithJobRequest.Builder> associateTargetsWithJobRequest)
Associates a group with a continuous job.default AssociateTargetsWithJobResponse
IotClient. associateTargetsWithJob(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)
Associates a group with a continuous job.Methods in software.amazon.awssdk.services.iot that return types with arguments of type AssociateTargetsWithJobResponse Modifier and Type Method Description default CompletableFuture<AssociateTargetsWithJobResponse>
IotAsyncClient. associateTargetsWithJob(Consumer<AssociateTargetsWithJobRequest.Builder> associateTargetsWithJobRequest)
Associates a group with a continuous job.default CompletableFuture<AssociateTargetsWithJobResponse>
IotAsyncClient. associateTargetsWithJob(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)
Associates a group with a continuous job.
-