| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.addDocumentParametersEntry(String key,
String value) |
Job |
Job.clearDocumentParametersEntries()
Removes all the entries added into DocumentParameters.
|
Job |
Job.clone() |
Job |
DescribeJobResult.getJob()
Information about the job.
|
Job |
Job.withComment(String comment)
If the job was updated, describes the reason for the update.
|
Job |
Job.withCompletedAt(Date completedAt)
The time, in milliseconds since the epoch, when the job was completed.
|
Job |
Job.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the job was created.
|
Job |
Job.withDescription(String description)
A short text description of the job.
|
Job |
Job.withDocumentParameters(Map<String,String> documentParameters)
The parameters specified for the job document.
|
Job |
Job.withJobArn(String jobArn)
An ARN identifying the job with format "arn:aws:iot:region:account:job/jobId".
|
Job |
Job.withJobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig)
Allows you to create a staged rollout of a job.
|
Job |
Job.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
Job |
Job.withJobProcessDetails(JobProcessDetails jobProcessDetails)
Details about the job process.
|
Job |
Job.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the job was last updated.
|
Job |
Job.withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration for pre-signed S3 URLs.
|
Job |
Job.withStatus(JobStatus status)
The status of the job, one of
IN_PROGRESS, CANCELED, or COMPLETED. |
Job |
Job.withStatus(String status)
The status of the job, one of
IN_PROGRESS, CANCELED, or COMPLETED. |
Job |
Job.withTargets(Collection<String> targets)
A list of IoT things and thing groups to which the job should be sent.
|
Job |
Job.withTargets(String... targets)
A list of IoT things and thing groups to which the job should be sent.
|
Job |
Job.withTargetSelection(String targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
Job |
Job.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobResult.setJob(Job job)
Information about the job.
|
DescribeJobResult |
DescribeJobResult.withJob(Job job)
Information about the job.
|
Copyright © 2018. All rights reserved.