Uses of Class
com.amazonaws.services.config.model.Compliance
Packages that use Compliance
-
Uses of Compliance in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ComplianceModifier and TypeMethodDescriptionCompliance.clone()
ComplianceByConfigRule.getCompliance()
Indicates whether the AWS Config rule is compliant.ComplianceByResource.getCompliance()
Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.Compliance.withComplianceContributorCount
(ComplianceContributorCount complianceContributorCount) The number of AWS resources or AWS Config rules that cause a result ofNON_COMPLIANT
, up to a maximum number.Compliance.withComplianceType
(ComplianceType complianceType) Indicates whether an AWS resource or AWS Config rule is compliant.Compliance.withComplianceType
(String complianceType) Indicates whether an AWS resource or AWS Config rule is compliant.Methods in com.amazonaws.services.config.model with parameters of type ComplianceModifier and TypeMethodDescriptionvoid
ComplianceByConfigRule.setCompliance
(Compliance compliance) Indicates whether the AWS Config rule is compliant.void
ComplianceByResource.setCompliance
(Compliance compliance) Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.ComplianceByConfigRule.withCompliance
(Compliance compliance) Indicates whether the AWS Config rule is compliant.ComplianceByResource.withCompliance
(Compliance compliance) Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.