Uses of Class
software.amazon.awssdk.services.config.model.Compliance
-
Packages that use Compliance Package Description software.amazon.awssdk.services.config.model -
-
Uses of Compliance in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return Compliance Modifier and Type Method Description ComplianceAggregateComplianceByConfigRule. compliance()Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.ComplianceComplianceByConfigRule. compliance()Indicates whether the Config rule is compliant.ComplianceComplianceByResource. compliance()Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.Methods in software.amazon.awssdk.services.config.model with parameters of type Compliance Modifier and Type Method Description AggregateComplianceByConfigRule.BuilderAggregateComplianceByConfigRule.Builder. compliance(Compliance compliance)Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.ComplianceByConfigRule.BuilderComplianceByConfigRule.Builder. compliance(Compliance compliance)Indicates whether the Config rule is compliant.ComplianceByResource.BuilderComplianceByResource.Builder. compliance(Compliance compliance)Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
-