Uses of Class
software.amazon.awssdk.services.config.model.ComplianceContributorCount
-
Packages that use ComplianceContributorCount Package Description software.amazon.awssdk.services.config.model -
-
Uses of ComplianceContributorCount in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ComplianceContributorCount Modifier and Type Method Description ComplianceContributorCountCompliance. complianceContributorCount()The number of Amazon Web Services resources or Config rules that cause a result ofNON_COMPLIANT, up to a maximum number.ComplianceContributorCountComplianceSummary. compliantResourceCount()The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.ComplianceContributorCountComplianceSummary. nonCompliantResourceCount()The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.Methods in software.amazon.awssdk.services.config.model with parameters of type ComplianceContributorCount Modifier and Type Method Description Compliance.BuilderCompliance.Builder. complianceContributorCount(ComplianceContributorCount complianceContributorCount)The number of Amazon Web Services resources or Config rules that cause a result ofNON_COMPLIANT, up to a maximum number.ComplianceSummary.BuilderComplianceSummary.Builder. compliantResourceCount(ComplianceContributorCount compliantResourceCount)The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.ComplianceSummary.BuilderComplianceSummary.Builder. nonCompliantResourceCount(ComplianceContributorCount nonCompliantResourceCount)The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
-