Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
AssociateTargetsWithJobResult |
AbstractAWSIot.associateTargetsWithJob(AssociateTargetsWithJobRequest request) |
AssociateTargetsWithJobResult |
AWSIot.associateTargetsWithJob(AssociateTargetsWithJobRequest associateTargetsWithJobRequest)
Associates a group with a continuous job.
|
AssociateTargetsWithJobResult |
AWSIotClient.associateTargetsWithJob(AssociateTargetsWithJobRequest request)
Associates a group with a continuous job.
|
Modifier and Type | Method and Description |
---|---|
Future<AssociateTargetsWithJobResult> |
AbstractAWSIotAsync.associateTargetsWithJobAsync(AssociateTargetsWithJobRequest request,
AsyncHandler<AssociateTargetsWithJobRequest,AssociateTargetsWithJobResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
AssociateTargetsWithJobResult |
AssociateTargetsWithJobResult.clone() |
AssociateTargetsWithJobResult |
AssociateTargetsWithJobResult.withDescription(String description)
A short text description of the job.
|
AssociateTargetsWithJobResult |
AssociateTargetsWithJobResult.withJobArn(String jobArn)
An ARN identifying the job.
|
AssociateTargetsWithJobResult |
AssociateTargetsWithJobResult.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
Copyright © 2021. All rights reserved.