Uses of Class
software.amazon.awssdk.services.glue.model.GetDataQualityRulesetEvaluationRunResponse
-
Packages that use GetDataQualityRulesetEvaluationRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetDataQualityRulesetEvaluationRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDataQualityRulesetEvaluationRunResponse Modifier and Type Method Description default GetDataQualityRulesetEvaluationRunResponseGlueClient. getDataQualityRulesetEvaluationRun(Consumer<GetDataQualityRulesetEvaluationRunRequest.Builder> getDataQualityRulesetEvaluationRunRequest)Retrieves a specific run where a ruleset is evaluated against a data source.default GetDataQualityRulesetEvaluationRunResponseGlueClient. getDataQualityRulesetEvaluationRun(GetDataQualityRulesetEvaluationRunRequest getDataQualityRulesetEvaluationRunRequest)Retrieves a specific run where a ruleset is evaluated against a data source.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDataQualityRulesetEvaluationRunResponse Modifier and Type Method Description default CompletableFuture<GetDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. getDataQualityRulesetEvaluationRun(Consumer<GetDataQualityRulesetEvaluationRunRequest.Builder> getDataQualityRulesetEvaluationRunRequest)Retrieves a specific run where a ruleset is evaluated against a data source.default CompletableFuture<GetDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. getDataQualityRulesetEvaluationRun(GetDataQualityRulesetEvaluationRunRequest getDataQualityRulesetEvaluationRunRequest)Retrieves a specific run where a ruleset is evaluated against a data source.
-