Uses of Class
software.amazon.awssdk.services.glue.model.ListDataQualityRuleRecommendationRunsResponse
-
Packages that use ListDataQualityRuleRecommendationRunsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListDataQualityRuleRecommendationRunsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListDataQualityRuleRecommendationRunsResponse Modifier and Type Method Description default ListDataQualityRuleRecommendationRunsResponseGlueClient. listDataQualityRuleRecommendationRuns(Consumer<ListDataQualityRuleRecommendationRunsRequest.Builder> listDataQualityRuleRecommendationRunsRequest)Lists the recommendation runs meeting the filter criteria.default ListDataQualityRuleRecommendationRunsResponseGlueClient. listDataQualityRuleRecommendationRuns(ListDataQualityRuleRecommendationRunsRequest listDataQualityRuleRecommendationRunsRequest)Lists the recommendation runs meeting the filter criteria.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListDataQualityRuleRecommendationRunsResponse Modifier and Type Method 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. -
Uses of ListDataQualityRuleRecommendationRunsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListDataQualityRuleRecommendationRunsResponse Modifier and Type Method Description Iterator<ListDataQualityRuleRecommendationRunsResponse>ListDataQualityRuleRecommendationRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListDataQualityRuleRecommendationRunsResponse Modifier and Type Method Description voidListDataQualityRuleRecommendationRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataQualityRuleRecommendationRunsResponse> subscriber)
-