Uses of Class
software.amazon.awssdk.services.glue.model.StartDataQualityRulesetEvaluationRunRequest
-
Packages that use StartDataQualityRulesetEvaluationRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StartDataQualityRulesetEvaluationRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StartDataQualityRulesetEvaluationRunRequest Modifier and Type Method Description 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).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). -
Uses of StartDataQualityRulesetEvaluationRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StartDataQualityRulesetEvaluationRunRequest Modifier and Type Method Description SdkHttpFullRequestStartDataQualityRulesetEvaluationRunRequestMarshaller. marshall(StartDataQualityRulesetEvaluationRunRequest startDataQualityRulesetEvaluationRunRequest)
-