| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Insights |
Insights.clone() |
Insights |
GetInsightsResult.getInsights()
The analytics data that the
GetInsights API returned. |
Insights |
Insights.withActiveAssessmentsCount(Integer activeAssessmentsCount)
The number of active assessments in Audit Manager.
|
Insights |
Insights.withAssessmentControlsCountByNoncompliantEvidence(Integer assessmentControlsCountByNoncompliantEvidence)
The number of assessment controls that collected non-compliant evidence on the
lastUpdated date. |
Insights |
Insights.withCompliantEvidenceCount(Integer compliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as compliant on the
lastUpdated date. |
Insights |
Insights.withInconclusiveEvidenceCount(Integer inconclusiveEvidenceCount)
The number of evidence without a compliance check ruling.
|
Insights |
Insights.withLastUpdated(Date lastUpdated)
The time when the cross-assessment insights were last updated.
|
Insights |
Insights.withNoncompliantEvidenceCount(Integer noncompliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as non-compliant on the
lastUpdated date. |
Insights |
Insights.withTotalAssessmentControlsCount(Integer totalAssessmentControlsCount)
The total number of controls across all active assessments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightsResult.setInsights(Insights insights)
The analytics data that the
GetInsights API returned. |
GetInsightsResult |
GetInsightsResult.withInsights(Insights insights)
The analytics data that the
GetInsights API returned. |
Copyright © 2025. All rights reserved.