| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager |
Welcome to the Audit Manager API reference.
|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListControlInsightsByControlDomainResponse> |
AuditManagerAsyncClient.listControlInsightsByControlDomain(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlInsightsByControlDomainResponse |
AuditManagerClient.listControlInsightsByControlDomain(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlInsightsByControlDomainPublisher |
AuditManagerAsyncClient.listControlInsightsByControlDomainPaginator(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlInsightsByControlDomainIterable |
AuditManagerClient.listControlInsightsByControlDomainPaginator(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
| Modifier and Type | Method and Description |
|---|---|
static ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.builder() |
ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.Builder.controlDomainId(String controlDomainId)
The unique identifier for the control domain.
|
ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.Builder.maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.Builder.nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListControlInsightsByControlDomainRequest.Builder |
ListControlInsightsByControlDomainRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListControlInsightsByControlDomainRequest.Builder> |
ListControlInsightsByControlDomainRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.