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