| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionSummary |
JobExecutionSummary.clone() |
JobExecutionSummary |
JobExecutionSummaryForThing.getJobExecutionSummary()
Contains a subset of information about a job execution.
|
JobExecutionSummary |
JobExecutionSummaryForJob.getJobExecutionSummary()
Contains a subset of information about a job execution.
|
JobExecutionSummary |
JobExecutionSummary.withExecutionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
JobExecutionSummary |
JobExecutionSummary.withLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job execution was last updated.
|
JobExecutionSummary |
JobExecutionSummary.withQueuedAt(Date queuedAt)
The time, in seconds since the epoch, when the job execution was queued.
|
JobExecutionSummary |
JobExecutionSummary.withRetryAttempt(Integer retryAttempt)
The number that indicates how many retry attempts have been completed for this job on this device.
|
JobExecutionSummary |
JobExecutionSummary.withStartedAt(Date startedAt)
The time, in seconds since the epoch, when the job execution started.
|
JobExecutionSummary |
JobExecutionSummary.withStatus(JobExecutionStatus status)
The status of the job execution.
|
JobExecutionSummary |
JobExecutionSummary.withStatus(String status)
The status of the job execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobExecutionSummaryForThing.setJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
void |
JobExecutionSummaryForJob.setJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForThing |
JobExecutionSummaryForThing.withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForJob |
JobExecutionSummaryForJob.withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
Copyright © 2024. All rights reserved.