Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
static ComplianceType |
ComplianceType.fromValue(String value)
Use this in place of valueOf.
|
static ComplianceType |
ComplianceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplianceType[] |
ComplianceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EvaluationResult.setComplianceType(ComplianceType complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that
evaluated it.
|
void |
Evaluation.setComplianceType(ComplianceType complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that
it was evaluated against.
|
void |
Compliance.setComplianceType(ComplianceType complianceType)
Indicates whether an AWS resource or AWS Config rule is compliant.
|
EvaluationResult |
EvaluationResult.withComplianceType(ComplianceType complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that
evaluated it.
|
Evaluation |
Evaluation.withComplianceType(ComplianceType complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that
it was evaluated against.
|
Compliance |
Compliance.withComplianceType(ComplianceType complianceType)
Indicates whether an AWS resource or AWS Config rule is compliant.
|
DescribeComplianceByResourceRequest |
DescribeComplianceByResourceRequest.withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
|
GetComplianceDetailsByResourceRequest |
GetComplianceDetailsByResourceRequest.withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
GetComplianceDetailsByConfigRuleRequest.withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
|
DescribeComplianceByConfigRuleRequest |
DescribeComplianceByConfigRuleRequest.withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
|
Copyright © 2018. All rights reserved.