Uses of Class
com.amazonaws.services.config.model.Evaluation
-
Packages that use Evaluation Package Description com.amazonaws.services.config.model -
-
Uses of Evaluation in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return Evaluation Modifier and Type Method Description EvaluationEvaluation. clone()EvaluationEvaluation. withAnnotation(String annotation)Supplementary information about how the evaluation determined the compliance.EvaluationEvaluation. withComplianceResourceId(String complianceResourceId)The ID of the AWS resource that was evaluated.EvaluationEvaluation. withComplianceResourceType(String complianceResourceType)The type of AWS resource that was evaluated.EvaluationEvaluation. withComplianceType(ComplianceType complianceType)Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.EvaluationEvaluation. withComplianceType(String complianceType)Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.EvaluationEvaluation. 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 Evaluation Modifier and Type Method Description List<Evaluation>PutEvaluationsRequest. getEvaluations()The assessments that the AWS Lambda function performs.List<Evaluation>PutEvaluationsResult. getFailedEvaluations()Requests that failed because of a client or server error.Methods in com.amazonaws.services.config.model with parameters of type Evaluation Modifier and Type Method Description PutEvaluationsRequestPutEvaluationsRequest. withEvaluations(Evaluation... evaluations)The assessments that the AWS Lambda function performs.PutEvaluationsResultPutEvaluationsResult. 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 Evaluation Modifier and Type Method Description voidPutEvaluationsRequest. setEvaluations(Collection<Evaluation> evaluations)The assessments that the AWS Lambda function performs.voidPutEvaluationsResult. setFailedEvaluations(Collection<Evaluation> failedEvaluations)Requests that failed because of a client or server error.PutEvaluationsRequestPutEvaluationsRequest. withEvaluations(Collection<Evaluation> evaluations)The assessments that the AWS Lambda function performs.PutEvaluationsResultPutEvaluationsResult. withFailedEvaluations(Collection<Evaluation> failedEvaluations)Requests that failed because of a client or server error.
-