Uses of Class
software.amazon.awssdk.services.glue.model.CancelDataQualityRulesetEvaluationRunResponse
-
Packages that use CancelDataQualityRulesetEvaluationRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CancelDataQualityRulesetEvaluationRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CancelDataQualityRulesetEvaluationRunResponse Modifier and Type Method Description default CancelDataQualityRulesetEvaluationRunResponseGlueClient. cancelDataQualityRulesetEvaluationRun(Consumer<CancelDataQualityRulesetEvaluationRunRequest.Builder> cancelDataQualityRulesetEvaluationRunRequest)Cancels a run where a ruleset is being evaluated against a data source.default CancelDataQualityRulesetEvaluationRunResponseGlueClient. cancelDataQualityRulesetEvaluationRun(CancelDataQualityRulesetEvaluationRunRequest cancelDataQualityRulesetEvaluationRunRequest)Cancels a run where a ruleset is being evaluated against a data source.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CancelDataQualityRulesetEvaluationRunResponse Modifier and Type Method Description default CompletableFuture<CancelDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. cancelDataQualityRulesetEvaluationRun(Consumer<CancelDataQualityRulesetEvaluationRunRequest.Builder> cancelDataQualityRulesetEvaluationRunRequest)Cancels a run where a ruleset is being evaluated against a data source.default CompletableFuture<CancelDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. cancelDataQualityRulesetEvaluationRun(CancelDataQualityRulesetEvaluationRunRequest cancelDataQualityRulesetEvaluationRunRequest)Cancels a run where a ruleset is being evaluated against a data source.
-