| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionSummaryForThing |
JobExecutionSummaryForThing.clone() |
JobExecutionSummaryForThing |
JobExecutionSummaryForThing.withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForThing |
JobExecutionSummaryForThing.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobExecutionSummaryForThing> |
ListJobExecutionsForThingResult.getExecutionSummaries()
A list of job execution summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForThingResult |
ListJobExecutionsForThingResult.withExecutionSummaries(JobExecutionSummaryForThing... executionSummaries)
A list of job execution summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobExecutionsForThingResult.setExecutionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForThingResult |
ListJobExecutionsForThingResult.withExecutionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)
A list of job execution summaries.
|
Copyright © 2022. All rights reserved.