| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAuditFindingsResponse> |
IotAsyncClient.listAuditFindings(ListAuditFindingsRequest listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
default ListAuditFindingsResponse |
IotClient.listAuditFindings(ListAuditFindingsRequest listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
default ListAuditFindingsPublisher |
IotAsyncClient.listAuditFindingsPaginator(ListAuditFindingsRequest listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
default ListAuditFindingsIterable |
IotClient.listAuditFindingsPaginator(ListAuditFindingsRequest listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
| Constructor and Description |
|---|
ListAuditFindingsIterable(IotClient client,
ListAuditFindingsRequest firstRequest) |
ListAuditFindingsPublisher(IotAsyncClient client,
ListAuditFindingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAuditFindingsRequestMarshaller.marshall(ListAuditFindingsRequest listAuditFindingsRequest) |
Copyright © 2023. All rights reserved.