Uses of Interface
software.amazon.awssdk.services.auditmanager.model.EvidenceInsights.Builder
-
Packages that use EvidenceInsights.Builder Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of EvidenceInsights.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return EvidenceInsights.Builder Modifier and Type Method Description static EvidenceInsights.BuilderEvidenceInsights. builder()EvidenceInsights.BuilderEvidenceInsights.Builder. compliantEvidenceCount(Integer compliantEvidenceCount)The number of compliance check evidence that Audit Manager classified as compliant.EvidenceInsights.BuilderEvidenceInsights.Builder. inconclusiveEvidenceCount(Integer inconclusiveEvidenceCount)The number of evidence that a compliance check ruling isn't available for.EvidenceInsights.BuilderEvidenceInsights.Builder. noncompliantEvidenceCount(Integer noncompliantEvidenceCount)The number of compliance check evidence that Audit Manager classified as non-compliant.EvidenceInsights.BuilderEvidenceInsights. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type EvidenceInsights.Builder Modifier and Type Method Description static Class<? extends EvidenceInsights.Builder>EvidenceInsights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type EvidenceInsights.Builder Modifier and Type Method Description default ControlDomainInsights.BuilderControlDomainInsights.Builder. evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)A breakdown of the compliance check status for the evidence that’s associated with the control domain.default ControlInsightsMetadataByAssessmentItem.BuilderControlInsightsMetadataByAssessmentItem.Builder. evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)A breakdown of the compliance check status for the evidence that’s associated with the assessment control.default ControlInsightsMetadataItem.BuilderControlInsightsMetadataItem.Builder. evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)A breakdown of the compliance check status for the evidence that’s associated with the control.
-