| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataQualityRulesetEvaluationRunsResponse> |
GlueAsyncClient.listDataQualityRulesetEvaluationRuns(ListDataQualityRulesetEvaluationRunsRequest 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.
|
default ListDataQualityRulesetEvaluationRunsPublisher |
GlueAsyncClient.listDataQualityRulesetEvaluationRunsPaginator(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
default ListDataQualityRulesetEvaluationRunsIterable |
GlueClient.listDataQualityRulesetEvaluationRunsPaginator(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
|
| Constructor and Description |
|---|
ListDataQualityRulesetEvaluationRunsIterable(GlueClient client,
ListDataQualityRulesetEvaluationRunsRequest firstRequest) |
ListDataQualityRulesetEvaluationRunsPublisher(GlueAsyncClient client,
ListDataQualityRulesetEvaluationRunsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDataQualityRulesetEvaluationRunsRequestMarshaller.marshall(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest) |
Copyright © 2023. All rights reserved.