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 Evaluation
Evaluation. clone()
Evaluation
Evaluation. withAnnotation(String annotation)
Supplementary information about how the evaluation determined the compliance.Evaluation
Evaluation. withComplianceResourceId(String complianceResourceId)
The ID of the AWS resource that was evaluated.Evaluation
Evaluation. withComplianceResourceType(String complianceResourceType)
The type of AWS resource that was evaluated.Evaluation
Evaluation. withComplianceType(ComplianceType complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.Evaluation
Evaluation. withComplianceType(String complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.Evaluation
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 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 PutEvaluationsRequest
PutEvaluationsRequest. withEvaluations(Evaluation... evaluations)
The assessments that the AWS Lambda function performs.PutEvaluationsResult
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 Evaluation Modifier and Type Method Description void
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
PutEvaluationsRequest. withEvaluations(Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs.PutEvaluationsResult
PutEvaluationsResult. withFailedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
-