Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Evaluation> |
PutEvaluationsRequest.evaluations
The assessments that the AWS Lambda function performs.
|
private SdkInternalList<Evaluation> |
PutEvaluationsResult.failedEvaluations
Requests that failed because of a client or server error.
|
Modifier and Type | Method and Description |
---|---|
Evaluation |
Evaluation.clone() |
Evaluation |
Evaluation.withAnnotation(java.lang.String annotation)
Supplementary information about how the evaluation determined the
compliance.
|
Evaluation |
Evaluation.withComplianceResourceId(java.lang.String complianceResourceId)
The ID of the AWS resource that was evaluated.
|
Evaluation |
Evaluation.withComplianceResourceType(java.lang.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(java.lang.String complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that
it was evaluated against.
|
Evaluation |
Evaluation.withOrderingTimestamp(java.util.Date orderingTimestamp)
The time of the event in AWS Config that triggered the evaluation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Evaluation> |
PutEvaluationsRequest.getEvaluations()
The assessments that the AWS Lambda function performs.
|
java.util.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(java.util.Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs.
|
void |
PutEvaluationsResult.setFailedEvaluations(java.util.Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
|
PutEvaluationsRequest |
PutEvaluationsRequest.withEvaluations(java.util.Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs.
|
PutEvaluationsResult |
PutEvaluationsResult.withFailedEvaluations(java.util.Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
|
Modifier and Type | Method and Description |
---|---|
Evaluation |
EvaluationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluationJsonMarshaller.marshall(Evaluation evaluation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|