| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataQualityRuleRecommendationRunsResponse |
GlueClient.listDataQualityRuleRecommendationRuns(Consumer<ListDataQualityRuleRecommendationRunsRequest.Builder> listDataQualityRuleRecommendationRunsRequest)
Lists the recommendation runs meeting the filter criteria.
|
default ListDataQualityRuleRecommendationRunsResponse |
GlueClient.listDataQualityRuleRecommendationRuns(ListDataQualityRuleRecommendationRunsRequest listDataQualityRuleRecommendationRunsRequest)
Lists the recommendation runs meeting the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataQualityRuleRecommendationRunsResponse> |
GlueAsyncClient.listDataQualityRuleRecommendationRuns(Consumer<ListDataQualityRuleRecommendationRunsRequest.Builder> listDataQualityRuleRecommendationRunsRequest)
Lists the recommendation runs meeting the filter criteria.
|
default CompletableFuture<ListDataQualityRuleRecommendationRunsResponse> |
GlueAsyncClient.listDataQualityRuleRecommendationRuns(ListDataQualityRuleRecommendationRunsRequest listDataQualityRuleRecommendationRunsRequest)
Lists the recommendation runs meeting the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataQualityRuleRecommendationRunsResponse> |
ListDataQualityRuleRecommendationRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataQualityRuleRecommendationRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataQualityRuleRecommendationRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.