| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAuditFindingsResponse> |
IotAsyncClient.listAuditFindings(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
default ListAuditFindingsResponse |
IotClient.listAuditFindings(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
default ListAuditFindingsPublisher |
IotAsyncClient.listAuditFindingsPaginator(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
default ListAuditFindingsIterable |
IotClient.listAuditFindingsPaginator(Consumer<ListAuditFindingsRequest.Builder> listAuditFindingsRequest)
Lists the findings (results) of a Device Defender audit or of the audits performed during a specified time
period.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.builder() |
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.checkName(String checkName)
A filter to limit results to the findings for the specified audit check.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.endTime(Instant endTime)
A filter to limit results to those found before the specified time.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.listSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.startTime(Instant startTime)
A filter to limit results to those found after the specified time.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.taskId(String taskId)
A filter to limit results to the audit with the specified ID.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAuditFindingsRequest.Builder> |
ListAuditFindingsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.