Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.