Uses of Class
com.amazonaws.services.config.model.EvaluationResultQualifier
Packages that use EvaluationResultQualifier
-
Uses of EvaluationResultQualifier in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return EvaluationResultQualifierModifier and TypeMethodDescriptionEvaluationResultQualifier.clone()
EvaluationResultIdentifier.getEvaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.EvaluationResultQualifier.withConfigRuleName
(String configRuleName) The name of the AWS Config rule that was used in the evaluation.EvaluationResultQualifier.withResourceId
(String resourceId) The ID of the evaluated AWS resource.EvaluationResultQualifier.withResourceType
(String resourceType) The type of AWS resource that was evaluated.Methods in com.amazonaws.services.config.model with parameters of type EvaluationResultQualifierModifier and TypeMethodDescriptionvoid
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.withEvaluationResultQualifier
(EvaluationResultQualifier evaluationResultQualifier) Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.