void |
Compliance.setComplianceType(ComplianceType complianceType) |
Indicates whether an AWS resource or AWS Config rule is compliant.
|
void |
Evaluation.setComplianceType(ComplianceType complianceType) |
Indicates whether the AWS resource complies with the AWS Config rule that
it was evaluated against.
|
void |
EvaluationResult.setComplianceType(ComplianceType complianceType) |
Indicates whether the AWS resource complies with the AWS Config rule that
evaluated it.
|
Compliance |
Compliance.withComplianceType(ComplianceType complianceType) |
Indicates whether an AWS resource or AWS Config rule is compliant.
|
Evaluation |
Evaluation.withComplianceType(ComplianceType complianceType) |
Indicates whether the AWS resource complies with the AWS Config rule that
it was evaluated against.
|
EvaluationResult |
EvaluationResult.withComplianceType(ComplianceType complianceType) |
Indicates whether the AWS resource complies with the AWS Config rule that
evaluated it.
|
DescribeComplianceByConfigRuleRequest |
DescribeComplianceByConfigRuleRequest.withComplianceTypes(ComplianceType... complianceTypes) |
Filters the results by compliance.
|
DescribeComplianceByResourceRequest |
DescribeComplianceByResourceRequest.withComplianceTypes(ComplianceType... complianceTypes) |
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
GetComplianceDetailsByConfigRuleRequest.withComplianceTypes(ComplianceType... complianceTypes) |
Filters the results by compliance.
|
GetComplianceDetailsByResourceRequest |
GetComplianceDetailsByResourceRequest.withComplianceTypes(ComplianceType... complianceTypes) |
Filters the results by compliance.
|