Uses of Class
software.amazon.awssdk.services.glue.model.ListDataQualityRulesetEvaluationRunsResponse
-
Packages that use ListDataQualityRulesetEvaluationRunsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListDataQualityRulesetEvaluationRunsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListDataQualityRulesetEvaluationRunsResponse Modifier and Type Method Description default ListDataQualityRulesetEvaluationRunsResponseGlueClient. listDataQualityRulesetEvaluationRuns(Consumer<ListDataQualityRulesetEvaluationRunsRequest.Builder> listDataQualityRulesetEvaluationRunsRequest)Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.default ListDataQualityRulesetEvaluationRunsResponseGlueClient. listDataQualityRulesetEvaluationRuns(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest)Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListDataQualityRulesetEvaluationRunsResponse Modifier and Type Method Description default CompletableFuture<ListDataQualityRulesetEvaluationRunsResponse>GlueAsyncClient. listDataQualityRulesetEvaluationRuns(Consumer<ListDataQualityRulesetEvaluationRunsRequest.Builder> listDataQualityRulesetEvaluationRunsRequest)Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.default CompletableFuture<ListDataQualityRulesetEvaluationRunsResponse>GlueAsyncClient. listDataQualityRulesetEvaluationRuns(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest)Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source. -
Uses of ListDataQualityRulesetEvaluationRunsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListDataQualityRulesetEvaluationRunsResponse Modifier and Type Method Description Iterator<ListDataQualityRulesetEvaluationRunsResponse>ListDataQualityRulesetEvaluationRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListDataQualityRulesetEvaluationRunsResponse Modifier and Type Method Description voidListDataQualityRulesetEvaluationRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataQualityRulesetEvaluationRunsResponse> subscriber)
-