| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AuditTaskMetadata> |
ListAuditTasksResponse.tasks()
The audits that were performed during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuditTasksResponse.Builder |
ListAuditTasksResponse.Builder.tasks(AuditTaskMetadata... tasks)
The audits that were performed during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuditTasksResponse.Builder |
ListAuditTasksResponse.Builder.tasks(Collection<AuditTaskMetadata> tasks)
The audits that were performed during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AuditTaskMetadata> |
ListAuditTasksPublisher.tasks()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AuditTaskMetadata> |
ListAuditTasksIterable.tasks()
Returns an iterable to iterate through the paginated
ListAuditTasksResponse.tasks() member. |
Copyright © 2021. All rights reserved.