| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobExecutionSummaryForThing> |
ListJobExecutionsForThingResponse.executionSummaries()
A list of job execution summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForThingResponse.Builder |
ListJobExecutionsForThingResponse.Builder.executionSummaries(JobExecutionSummaryForThing... executionSummaries)
A list of job execution summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForThingResponse.Builder |
ListJobExecutionsForThingResponse.Builder.executionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)
A list of job execution summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<JobExecutionSummaryForThing> |
ListJobExecutionsForThingIterable.executionSummaries()
Returns an iterable to iterate through the paginated
ListJobExecutionsForThingResponse.executionSummaries() member. |
SdkPublisher<JobExecutionSummaryForThing> |
ListJobExecutionsForThingPublisher.executionSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.