| Package | Description |
|---|---|
| com.amazonaws.services.iotjobsdataplane.model |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionSummary |
JobExecutionSummary.clone() |
JobExecutionSummary |
JobExecutionSummary.withExecutionNumber(Long executionNumber)
A number that identifies a particular job execution on a particular device.
|
JobExecutionSummary |
JobExecutionSummary.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
JobExecutionSummary |
JobExecutionSummary.withLastUpdatedAt(Long lastUpdatedAt)
The time, in milliseconds since the epoch, when the job execution was last updated.
|
JobExecutionSummary |
JobExecutionSummary.withQueuedAt(Long queuedAt)
The time, in milliseconds since the epoch, when the job execution was enqueued.
|
JobExecutionSummary |
JobExecutionSummary.withStartedAt(Long startedAt)
The time, in milliseconds since the epoch, when the job execution started.
|
JobExecutionSummary |
JobExecutionSummary.withVersionNumber(Long versionNumber)
The version of the job execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobExecutionSummary> |
GetPendingJobExecutionsResult.getInProgressJobs()
A list of JobExecutionSummary objects with status IN_PROGRESS.
|
List<JobExecutionSummary> |
GetPendingJobExecutionsResult.getQueuedJobs()
A list of JobExecutionSummary objects with status QUEUED.
|
| Modifier and Type | Method and Description |
|---|---|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withInProgressJobs(JobExecutionSummary... inProgressJobs)
A list of JobExecutionSummary objects with status IN_PROGRESS.
|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withQueuedJobs(JobExecutionSummary... queuedJobs)
A list of JobExecutionSummary objects with status QUEUED.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPendingJobExecutionsResult.setInProgressJobs(Collection<JobExecutionSummary> inProgressJobs)
A list of JobExecutionSummary objects with status IN_PROGRESS.
|
void |
GetPendingJobExecutionsResult.setQueuedJobs(Collection<JobExecutionSummary> queuedJobs)
A list of JobExecutionSummary objects with status QUEUED.
|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withInProgressJobs(Collection<JobExecutionSummary> inProgressJobs)
A list of JobExecutionSummary objects with status IN_PROGRESS.
|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withQueuedJobs(Collection<JobExecutionSummary> queuedJobs)
A list of JobExecutionSummary objects with status QUEUED.
|
Copyright © 2025. All rights reserved.