Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private EvaluationResultQualifier |
EvaluationResultIdentifier.evaluationResultQualifier
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
Modifier and Type | Method and Description |
---|---|
EvaluationResultQualifier |
EvaluationResultQualifier.clone() |
EvaluationResultQualifier |
EvaluationResultIdentifier.getEvaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
EvaluationResultQualifier |
EvaluationResultQualifier.withConfigRuleName(java.lang.String configRuleName)
The name of the AWS Config rule that was used in the evaluation.
|
EvaluationResultQualifier |
EvaluationResultQualifier.withResourceId(java.lang.String resourceId)
The ID of the evaluated AWS resource.
|
EvaluationResultQualifier |
EvaluationResultQualifier.withResourceType(java.lang.String resourceType)
The type of AWS resource that was evaluated.
|
Modifier and Type | Method and Description |
---|---|
void |
EvaluationResultIdentifier.setEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
EvaluationResultIdentifier |
EvaluationResultIdentifier.withEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
Modifier and Type | Method and Description |
---|---|
EvaluationResultQualifier |
EvaluationResultQualifierJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluationResultQualifierJsonMarshaller.marshall(EvaluationResultQualifier evaluationResultQualifier,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|