Uses of Enum
com.amazonaws.services.config.model.ComplianceType
Packages that use ComplianceType
-
Uses of ComplianceType in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ComplianceTypeModifier and TypeMethodDescriptionstatic ComplianceType
Use this in place of valueOf.static ComplianceType
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.Methods in com.amazonaws.services.config.model with parameters of type ComplianceTypeModifier and TypeMethodDescriptionvoid
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.withComplianceType
(ComplianceType complianceType) Indicates whether an AWS resource or AWS Config rule is compliant.Evaluation.withComplianceType
(ComplianceType complianceType) Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.EvaluationResult.withComplianceType
(ComplianceType complianceType) Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.DescribeComplianceByConfigRuleRequest.withComplianceTypes
(ComplianceType... complianceTypes) Filters the results by compliance.DescribeComplianceByResourceRequest.withComplianceTypes
(ComplianceType... complianceTypes) Filters the results by compliance.GetComplianceDetailsByConfigRuleRequest.withComplianceTypes
(ComplianceType... complianceTypes) Filters the results by compliance.GetComplianceDetailsByResourceRequest.withComplianceTypes
(ComplianceType... complianceTypes) Filters the results by compliance.