| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobExecution |
JobExecution.clone() |
JobExecution |
DescribeJobExecutionResult.getExecution()
Information about the job execution.
|
JobExecution |
JobExecution.withApproximateSecondsBeforeTimedOut(Long approximateSecondsBeforeTimedOut)
The estimated number of seconds that remain before the job execution status will be changed to
TIMED_OUT. |
JobExecution |
JobExecution.withExecutionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
JobExecution |
JobExecution.withForceCanceled(Boolean forceCanceled)
Will be
true if the job execution was canceled with the optional force parameter set to
true. |
JobExecution |
JobExecution.withJobId(String jobId)
The unique identifier you assigned to the job when it was created.
|
JobExecution |
JobExecution.withLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job execution was last updated.
|
JobExecution |
JobExecution.withQueuedAt(Date queuedAt)
The time, in seconds since the epoch, when the job execution was queued.
|
JobExecution |
JobExecution.withStartedAt(Date startedAt)
The time, in seconds since the epoch, when the job execution started.
|
JobExecution |
JobExecution.withStatus(JobExecutionStatus status)
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
|
JobExecution |
JobExecution.withStatus(String status)
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
|
JobExecution |
JobExecution.withStatusDetails(JobExecutionStatusDetails statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
JobExecution |
JobExecution.withThingArn(String thingArn)
The ARN of the thing on which the job execution is running.
|
JobExecution |
JobExecution.withVersionNumber(Long versionNumber)
The version of the job execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobExecutionResult.setExecution(JobExecution execution)
Information about the job execution.
|
DescribeJobExecutionResult |
DescribeJobExecutionResult.withExecution(JobExecution execution)
Information about the job execution.
|
Copyright © 2021. All rights reserved.