Uses of Class
software.amazon.awssdk.services.glue.model.DataQualityRulesetEvaluationRunDescription
-
Packages that use DataQualityRulesetEvaluationRunDescription Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataQualityRulesetEvaluationRunDescription in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DataQualityRulesetEvaluationRunDescription Modifier and Type Method Description List<DataQualityRulesetEvaluationRunDescription>ListDataQualityRulesetEvaluationRunsResponse. runs()A list ofDataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataQualityRulesetEvaluationRunDescription Modifier and Type Method Description ListDataQualityRulesetEvaluationRunsResponse.BuilderListDataQualityRulesetEvaluationRunsResponse.Builder. runs(DataQualityRulesetEvaluationRunDescription... runs)A list ofDataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DataQualityRulesetEvaluationRunDescription Modifier and Type Method Description ListDataQualityRulesetEvaluationRunsResponse.BuilderListDataQualityRulesetEvaluationRunsResponse.Builder. runs(Collection<DataQualityRulesetEvaluationRunDescription> runs)A list ofDataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.
-