Class JobExecutionsChangedEvent
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.JobExecutionsChangedEvent
-
public class JobExecutionsChangedEvent extends Object
Sent whenever a job execution is added to or removed from the list of pending job executions for a thing.
-
-
Constructor Summary
Constructors Constructor Description JobExecutionsChangedEvent()
-
-
-
Field Detail
-
jobs
public HashMap<JobStatus,List<JobExecutionSummary>> jobs
Map from JobStatus to a list of Jobs transitioning to that status.
-
timestamp
public Timestamp timestamp
The time when the message was sent.
-
-