| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PutEvaluationsRequest.Builder |
PutEvaluationsRequest.Builder.evaluations(Evaluation... evaluations)
The assessments that the Lambda function performs.
|
PutEvaluationsResponse.Builder |
PutEvaluationsResponse.Builder.failedEvaluations(Evaluation... failedEvaluations)
Requests that failed because of a client or server error.
|
| Modifier and Type | Method and Description |
|---|---|
PutEvaluationsRequest.Builder |
PutEvaluationsRequest.Builder.evaluations(Collection<Evaluation> evaluations)
The assessments that the Lambda function performs.
|
PutEvaluationsResponse.Builder |
PutEvaluationsResponse.Builder.failedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
|
Copyright © 2023. All rights reserved.