| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| 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 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 ListDataQualityRulesetEvaluationRunsIterable |
GlueClient.listDataQualityRulesetEvaluationRunsPaginator(Consumer<ListDataQualityRulesetEvaluationRunsRequest.Builder> listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
default ListDataQualityRulesetEvaluationRunsPublisher |
GlueAsyncClient.listDataQualityRulesetEvaluationRunsPaginator(Consumer<ListDataQualityRulesetEvaluationRunsRequest.Builder> listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDataQualityRulesetEvaluationRunsRequest.Builder> |
ListDataQualityRulesetEvaluationRunsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.