Uses of Class
com.amazonaws.services.config.model.EvaluationResult
-
Packages that use EvaluationResult Package Description com.amazonaws.services.config.model -
-
Uses of EvaluationResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return EvaluationResult Modifier and Type Method Description EvaluationResultEvaluationResult. clone()EvaluationResultEvaluationResult. withAnnotation(String annotation)Supplementary information about how the evaluation determined the compliance.EvaluationResultEvaluationResult. withComplianceType(ComplianceType complianceType)Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.EvaluationResultEvaluationResult. withComplianceType(String complianceType)Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.EvaluationResultEvaluationResult. withConfigRuleInvokedTime(Date configRuleInvokedTime)The time when the AWS Config rule evaluated the AWS resource.EvaluationResultEvaluationResult. withEvaluationResultIdentifier(EvaluationResultIdentifier evaluationResultIdentifier)Uniquely identifies the evaluation result.EvaluationResultEvaluationResult. withResultRecordedTime(Date resultRecordedTime)The time when AWS Config recorded the evaluation result.EvaluationResultEvaluationResult. withResultToken(String resultToken)An encrypted token that associates an evaluation with an AWS Config rule.Methods in com.amazonaws.services.config.model that return types with arguments of type EvaluationResult Modifier and Type Method Description List<EvaluationResult>GetComplianceDetailsByConfigRuleResult. getEvaluationResults()Indicates whether the AWS resource complies with the specified AWS Config rule.List<EvaluationResult>GetComplianceDetailsByResourceResult. getEvaluationResults()Indicates whether the specified AWS resource complies each AWS Config rule.Methods in com.amazonaws.services.config.model with parameters of type EvaluationResult Modifier and Type Method Description GetComplianceDetailsByConfigRuleResultGetComplianceDetailsByConfigRuleResult. withEvaluationResults(EvaluationResult... evaluationResults)Indicates whether the AWS resource complies with the specified AWS Config rule.GetComplianceDetailsByResourceResultGetComplianceDetailsByResourceResult. withEvaluationResults(EvaluationResult... evaluationResults)Indicates whether the specified AWS resource complies each AWS Config rule.Method parameters in com.amazonaws.services.config.model with type arguments of type EvaluationResult Modifier and Type Method Description voidGetComplianceDetailsByConfigRuleResult. setEvaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the AWS resource complies with the specified AWS Config rule.voidGetComplianceDetailsByResourceResult. setEvaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the specified AWS resource complies each AWS Config rule.GetComplianceDetailsByConfigRuleResultGetComplianceDetailsByConfigRuleResult. withEvaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the AWS resource complies with the specified AWS Config rule.GetComplianceDetailsByResourceResultGetComplianceDetailsByResourceResult. withEvaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the specified AWS resource complies each AWS Config rule.
-