| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Insights.Builder |
Insights.Builder.activeAssessmentsCount(Integer activeAssessmentsCount)
The number of active assessments in Audit Manager.
|
Insights.Builder |
Insights.Builder.assessmentControlsCountByNoncompliantEvidence(Integer assessmentControlsCountByNoncompliantEvidence)
The number of assessment controls that collected non-compliant evidence on the
lastUpdated date. |
static Insights.Builder |
Insights.builder() |
Insights.Builder |
Insights.Builder.compliantEvidenceCount(Integer compliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as compliant on the
lastUpdated date. |
Insights.Builder |
Insights.Builder.inconclusiveEvidenceCount(Integer inconclusiveEvidenceCount)
The number of evidence without a compliance check ruling.
|
Insights.Builder |
Insights.Builder.lastUpdated(Instant lastUpdated)
The time when the cross-assessment insights were last updated.
|
Insights.Builder |
Insights.Builder.noncompliantEvidenceCount(Integer noncompliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as non-compliant on the
lastUpdated date. |
Insights.Builder |
Insights.toBuilder() |
Insights.Builder |
Insights.Builder.totalAssessmentControlsCount(Integer totalAssessmentControlsCount)
The total number of controls across all active assessments.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Insights.Builder> |
Insights.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetInsightsResponse.Builder |
GetInsightsResponse.Builder.insights(Consumer<Insights.Builder> insights)
The analytics data that the
GetInsights API returned. |
Copyright © 2023. All rights reserved.