| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withCompletedAt(Date completedAt)
The time, in seconds since the epoch, when the job completed.
|
JobSummary |
JobSummary.withCreatedAt(Date createdAt)
The time, in seconds since the epoch, when the job was created.
|
JobSummary |
JobSummary.withIsConcurrent(Boolean isConcurrent)
Indicates whether a job is concurrent.
|
JobSummary |
JobSummary.withJobArn(String jobArn)
The job ARN.
|
JobSummary |
JobSummary.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
JobSummary |
JobSummary.withLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job was last updated.
|
JobSummary |
JobSummary.withStatus(JobStatus status)
The job summary status.
|
JobSummary |
JobSummary.withStatus(String status)
The job summary status.
|
JobSummary |
JobSummary.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).
|
JobSummary |
JobSummary.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).
|
JobSummary |
JobSummary.withThingGroupId(String thingGroupId)
The ID of the thing group.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResult.getJobs()
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobs(JobSummary... jobs)
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<JobSummary> jobs)
A list of jobs.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<JobSummary> jobs)
A list of jobs.
|
Copyright © 2023. All rights reserved.