| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobProcessDetails |
JobProcessDetails.clone() |
JobProcessDetails |
Job.getJobProcessDetails()
Details about the job process.
|
JobProcessDetails |
JobProcessDetails.withNumberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have been
removed from the group that was a target of the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
|
JobProcessDetails |
JobProcessDetails.withNumberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is
TIMED_OUT. |
JobProcessDetails |
JobProcessDetails.withProcessingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out.
|
JobProcessDetails |
JobProcessDetails.withProcessingTargets(String... processingTargets)
The target devices to which the job execution is being rolled out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setJobProcessDetails(JobProcessDetails jobProcessDetails)
Details about the job process.
|
Job |
Job.withJobProcessDetails(JobProcessDetails jobProcessDetails)
Details about the job process.
|
Copyright © 2025. All rights reserved.