Uses of Class
software.amazon.awssdk.services.iot.model.AssociateTargetsWithJobRequest
-
Packages that use AssociateTargetsWithJobRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of AssociateTargetsWithJobRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type AssociateTargetsWithJobRequest Modifier and Type Method Description default CompletableFuture<AssociateTargetsWithJobResponse>IotAsyncClient. associateTargetsWithJob(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)Associates a group with a continuous job.default AssociateTargetsWithJobResponseIotClient. associateTargetsWithJob(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)Associates a group with a continuous job. -
Uses of AssociateTargetsWithJobRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type AssociateTargetsWithJobRequest Modifier and Type Method Description SdkHttpFullRequestAssociateTargetsWithJobRequestMarshaller. marshall(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)
-