Uses of Class
com.amazonaws.services.config.model.EvaluationResultQualifier
-
Packages that use EvaluationResultQualifier Package Description com.amazonaws.services.config.model -
-
Uses of EvaluationResultQualifier in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return EvaluationResultQualifier Modifier and Type Method 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(String configRuleName)
The name of the AWS Config rule that was used in the evaluation.EvaluationResultQualifier
EvaluationResultQualifier. withResourceId(String resourceId)
The ID of the evaluated AWS resource.EvaluationResultQualifier
EvaluationResultQualifier. withResourceType(String resourceType)
The type of AWS resource that was evaluated.Methods in com.amazonaws.services.config.model with parameters of type EvaluationResultQualifier Modifier and Type Method 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.
-