Uses of Class
software.amazon.awssdk.services.glue.model.StartDataQualityRulesetEvaluationRunResponse
-
Packages that use StartDataQualityRulesetEvaluationRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartDataQualityRulesetEvaluationRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartDataQualityRulesetEvaluationRunResponse Modifier and Type Method Description default StartDataQualityRulesetEvaluationRunResponseGlueClient. startDataQualityRulesetEvaluationRun(Consumer<StartDataQualityRulesetEvaluationRunRequest.Builder> startDataQualityRulesetEvaluationRunRequest)Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table).default StartDataQualityRulesetEvaluationRunResponseGlueClient. startDataQualityRulesetEvaluationRun(StartDataQualityRulesetEvaluationRunRequest startDataQualityRulesetEvaluationRunRequest)Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table).Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartDataQualityRulesetEvaluationRunResponse Modifier and Type Method Description default CompletableFuture<StartDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. startDataQualityRulesetEvaluationRun(Consumer<StartDataQualityRulesetEvaluationRunRequest.Builder> startDataQualityRulesetEvaluationRunRequest)Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table).default CompletableFuture<StartDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. startDataQualityRulesetEvaluationRun(StartDataQualityRulesetEvaluationRunRequest startDataQualityRulesetEvaluationRunRequest)Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table).
-