Uses of Interface
software.amazon.awssdk.services.iot.model.AssociateTargetsWithJobRequest.Builder
-
Packages that use AssociateTargetsWithJobRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of AssociateTargetsWithJobRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type AssociateTargetsWithJobRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateTargetsWithJobResponse>IotAsyncClient. associateTargetsWithJob(Consumer<AssociateTargetsWithJobRequest.Builder> associateTargetsWithJobRequest)Associates a group with a continuous job.default AssociateTargetsWithJobResponseIotClient. associateTargetsWithJob(Consumer<AssociateTargetsWithJobRequest.Builder> associateTargetsWithJobRequest)Associates a group with a continuous job. -
Uses of AssociateTargetsWithJobRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AssociateTargetsWithJobRequest.Builder Modifier and Type Method Description static AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest. builder()AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. comment(String comment)An optional comment string describing why the job was associated with the targets.AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. jobId(String jobId)The unique identifier you assigned to this job when it was created.AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. namespaceId(String namespaceId)The namespace used to indicate that a job is a customer-managed job.AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. targets(String... targets)A list of thing group ARNs that define the targets of the job.AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest.Builder. targets(Collection<String> targets)A list of thing group ARNs that define the targets of the job.AssociateTargetsWithJobRequest.BuilderAssociateTargetsWithJobRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AssociateTargetsWithJobRequest.Builder Modifier and Type Method Description static Class<? extends AssociateTargetsWithJobRequest.Builder>AssociateTargetsWithJobRequest. serializableBuilderClass()
-