| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAuditTasksResponse |
IotClient.listAuditTasks(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)
Lists the Device Defender audits that have been performed during a given time period.
|
default ListAuditTasksResponse |
IotClient.listAuditTasks(ListAuditTasksRequest listAuditTasksRequest)
Lists the Device Defender audits that have been performed during a given time period.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAuditTasksResponse> |
IotAsyncClient.listAuditTasks(Consumer<ListAuditTasksRequest.Builder> listAuditTasksRequest)
Lists the Device Defender audits that have been performed during a given time period.
|
default CompletableFuture<ListAuditTasksResponse> |
IotAsyncClient.listAuditTasks(ListAuditTasksRequest listAuditTasksRequest)
Lists the Device Defender audits that have been performed during a given time period.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAuditTasksResponse> |
ListAuditTasksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAuditTasksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAuditTasksResponse> subscriber) |
Copyright © 2021. All rights reserved.