Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
Compliance |
Compliance.clone() |
Compliance |
AggregateComplianceByConfigRule.getCompliance()
Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of
contributors that affect the compliance.
|
Compliance |
ComplianceByConfigRule.getCompliance()
Indicates whether the Config rule is compliant.
|
Compliance |
ComplianceByResource.getCompliance()
Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
|
Compliance |
Compliance.withComplianceContributorCount(ComplianceContributorCount complianceContributorCount)
The number of Amazon Web Services resources or Config rules that cause a result of
NON_COMPLIANT , up
to a maximum number. |
Compliance |
Compliance.withComplianceType(ComplianceType complianceType)
Indicates whether an Amazon Web Services resource or Config rule is compliant.
|
Compliance |
Compliance.withComplianceType(String complianceType)
Indicates whether an Amazon Web Services resource or Config rule is compliant.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateComplianceByConfigRule.setCompliance(Compliance compliance)
Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of
contributors that affect the compliance.
|
void |
ComplianceByConfigRule.setCompliance(Compliance compliance)
Indicates whether the Config rule is compliant.
|
void |
ComplianceByResource.setCompliance(Compliance compliance)
Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
|
AggregateComplianceByConfigRule |
AggregateComplianceByConfigRule.withCompliance(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 |
ComplianceByConfigRule.withCompliance(Compliance compliance)
Indicates whether the Config rule is compliant.
|
ComplianceByResource |
ComplianceByResource.withCompliance(Compliance compliance)
Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
|
Copyright © 2022. All rights reserved.