| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobTemplateSummary> |
ListJobTemplatesResponse.jobTemplates()
A list of objects that contain information about the job templates.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesResponse.Builder |
ListJobTemplatesResponse.Builder.jobTemplates(JobTemplateSummary... jobTemplates)
A list of objects that contain information about the job templates.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesResponse.Builder |
ListJobTemplatesResponse.Builder.jobTemplates(Collection<JobTemplateSummary> jobTemplates)
A list of objects that contain information about the job templates.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<JobTemplateSummary> |
ListJobTemplatesPublisher.jobTemplates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobTemplateSummary> |
ListJobTemplatesIterable.jobTemplates()
Returns an iterable to iterate through the paginated
ListJobTemplatesResponse.jobTemplates() member. |
Copyright © 2022. All rights reserved.