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