Uses of Class
software.amazon.awssdk.services.config.model.Evaluation
-
Packages that use Evaluation Package Description software.amazon.awssdk.services.config.model -
-
Uses of Evaluation in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Evaluation Modifier and Type Method Description List<Evaluation>PutEvaluationsRequest. evaluations()The assessments that the Lambda function performs.List<Evaluation>PutEvaluationsResponse. failedEvaluations()Requests that failed because of a client or server error.Methods in software.amazon.awssdk.services.config.model with parameters of type Evaluation Modifier and Type Method Description PutEvaluationsRequest.BuilderPutEvaluationsRequest.Builder. evaluations(Evaluation... evaluations)The assessments that the Lambda function performs.PutEvaluationsResponse.BuilderPutEvaluationsResponse.Builder. failedEvaluations(Evaluation... failedEvaluations)Requests that failed because of a client or server error.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type Evaluation Modifier and Type Method Description PutEvaluationsRequest.BuilderPutEvaluationsRequest.Builder. evaluations(Collection<Evaluation> evaluations)The assessments that the Lambda function performs.PutEvaluationsResponse.BuilderPutEvaluationsResponse.Builder. failedEvaluations(Collection<Evaluation> failedEvaluations)Requests that failed because of a client or server error.
-