Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<AssociateTargetsWithJobResult> |
AWSIotAsyncClient.associateTargetsWithJobAsync(AssociateTargetsWithJobRequest request,
AsyncHandler<AssociateTargetsWithJobRequest,AssociateTargetsWithJobResult> asyncHandler) |
Future<AssociateTargetsWithJobResult> |
AWSIotAsync.associateTargetsWithJobAsync(AssociateTargetsWithJobRequest associateTargetsWithJobRequest,
AsyncHandler<AssociateTargetsWithJobRequest,AssociateTargetsWithJobResult> asyncHandler)
Associates a group with a continuous job.
|
Future<AssociateTargetsWithJobResult> |
AbstractAWSIotAsync.associateTargetsWithJobAsync(AssociateTargetsWithJobRequest request,
AsyncHandler<AssociateTargetsWithJobRequest,AssociateTargetsWithJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AssociateTargetsWithJobRequest |
AssociateTargetsWithJobRequest.clone() |
AssociateTargetsWithJobRequest |
AssociateTargetsWithJobRequest.withComment(String comment)
An optional comment string describing why the job was associated with the targets.
|
AssociateTargetsWithJobRequest |
AssociateTargetsWithJobRequest.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
AssociateTargetsWithJobRequest |
AssociateTargetsWithJobRequest.withNamespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
|
AssociateTargetsWithJobRequest |
AssociateTargetsWithJobRequest.withTargets(Collection<String> targets)
A list of thing group ARNs that define the targets of the job.
|
AssociateTargetsWithJobRequest |
AssociateTargetsWithJobRequest.withTargets(String... targets)
A list of thing group ARNs that define the targets of the job.
|
Copyright © 2023. All rights reserved.