Uses of Class
com.amazonaws.services.config.model.Evaluation
Packages that use Evaluation
-
Uses of Evaluation in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return EvaluationModifier and TypeMethodDescriptionEvaluation.clone()
Evaluation.withAnnotation
(String annotation) Supplementary information about how the evaluation determined the compliance.Evaluation.withComplianceResourceId
(String complianceResourceId) The ID of the AWS resource that was evaluated.Evaluation.withComplianceResourceType
(String complianceResourceType) The type of AWS resource that was evaluated.Evaluation.withComplianceType
(ComplianceType complianceType) Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.Evaluation.withComplianceType
(String complianceType) Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.Evaluation.withOrderingTimestamp
(Date orderingTimestamp) The time of the event in AWS Config that triggered the evaluation.Methods in com.amazonaws.services.config.model that return types with arguments of type EvaluationModifier and TypeMethodDescriptionPutEvaluationsRequest.getEvaluations()
The assessments that the AWS Lambda function performs.PutEvaluationsResult.getFailedEvaluations()
Requests that failed because of a client or server error.Methods in com.amazonaws.services.config.model with parameters of type EvaluationModifier and TypeMethodDescriptionPutEvaluationsRequest.withEvaluations
(Evaluation... evaluations) The assessments that the AWS Lambda function performs.PutEvaluationsResult.withFailedEvaluations
(Evaluation... failedEvaluations) Requests that failed because of a client or server error.Method parameters in com.amazonaws.services.config.model with type arguments of type EvaluationModifier and TypeMethodDescriptionvoid
PutEvaluationsRequest.setEvaluations
(Collection<Evaluation> evaluations) The assessments that the AWS Lambda function performs.void
PutEvaluationsResult.setFailedEvaluations
(Collection<Evaluation> failedEvaluations) Requests that failed because of a client or server error.PutEvaluationsRequest.withEvaluations
(Collection<Evaluation> evaluations) The assessments that the AWS Lambda function performs.PutEvaluationsResult.withFailedEvaluations
(Collection<Evaluation> failedEvaluations) Requests that failed because of a client or server error.