Uses of Class
software.amazon.awssdk.services.glue.model.CancelDataQualityRulesetEvaluationRunRequest
-
Packages that use CancelDataQualityRulesetEvaluationRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CancelDataQualityRulesetEvaluationRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CancelDataQualityRulesetEvaluationRunRequest Modifier and Type Method Description default CompletableFuture<CancelDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. cancelDataQualityRulesetEvaluationRun(CancelDataQualityRulesetEvaluationRunRequest 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. -
Uses of CancelDataQualityRulesetEvaluationRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CancelDataQualityRulesetEvaluationRunRequest Modifier and Type Method Description SdkHttpFullRequestCancelDataQualityRulesetEvaluationRunRequestMarshaller. marshall(CancelDataQualityRulesetEvaluationRunRequest cancelDataQualityRulesetEvaluationRunRequest)
-