Uses of Class
software.amazon.awssdk.services.glue.model.DQCompositeRuleEvaluationMethod
-
Packages that use DQCompositeRuleEvaluationMethod Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DQCompositeRuleEvaluationMethod in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DQCompositeRuleEvaluationMethod Modifier and Type Method Description DQCompositeRuleEvaluationMethodDataQualityEvaluationRunAdditionalRunOptions. compositeRuleEvaluationMethod()Set the evaluation method for composite rules in the ruleset to ROW/COLUMNstatic DQCompositeRuleEvaluationMethodDQCompositeRuleEvaluationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DQCompositeRuleEvaluationMethodDQCompositeRuleEvaluationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DQCompositeRuleEvaluationMethod[]DQCompositeRuleEvaluationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DQCompositeRuleEvaluationMethod Modifier and Type Method Description static Set<DQCompositeRuleEvaluationMethod>DQCompositeRuleEvaluationMethod. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type DQCompositeRuleEvaluationMethod Modifier and Type Method Description DataQualityEvaluationRunAdditionalRunOptions.BuilderDataQualityEvaluationRunAdditionalRunOptions.Builder. compositeRuleEvaluationMethod(DQCompositeRuleEvaluationMethod compositeRuleEvaluationMethod)Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
-