| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static EvidenceInsights.Builder |
EvidenceInsights.builder() |
EvidenceInsights.Builder |
EvidenceInsights.Builder.compliantEvidenceCount(Integer compliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as compliant.
|
EvidenceInsights.Builder |
EvidenceInsights.Builder.inconclusiveEvidenceCount(Integer inconclusiveEvidenceCount)
The number of evidence that a compliance check ruling isn't available for.
|
EvidenceInsights.Builder |
EvidenceInsights.Builder.noncompliantEvidenceCount(Integer noncompliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as non-compliant.
|
EvidenceInsights.Builder |
EvidenceInsights.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EvidenceInsights.Builder> |
EvidenceInsights.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.Builder.evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control.
|
default ControlInsightsMetadataByAssessmentItem.Builder |
ControlInsightsMetadataByAssessmentItem.Builder.evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the assessment control.
|
default ControlDomainInsights.Builder |
ControlDomainInsights.Builder.evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
|
Copyright © 2022. All rights reserved.