| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResponse.jobs()
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(JobSummary... jobs)
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Collection<JobSummary> jobs)
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<JobSummary> |
ListJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobSummary> |
ListJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobs() member. |
Copyright © 2023. All rights reserved.