| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataQualityRulesetEvaluationRunsResponse |
GlueClient.listDataQualityRulesetEvaluationRuns(Consumer<ListDataQualityRulesetEvaluationRunsRequest.Builder> listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
default ListDataQualityRulesetEvaluationRunsResponse |
GlueClient.listDataQualityRulesetEvaluationRuns(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataQualityRulesetEvaluationRunsResponse> |
ListDataQualityRulesetEvaluationRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataQualityRulesetEvaluationRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataQualityRulesetEvaluationRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.