Uses of Class
software.amazon.awssdk.services.glue.model.GetDataQualityRuleRecommendationRunResponse
-
Packages that use GetDataQualityRuleRecommendationRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetDataQualityRuleRecommendationRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDataQualityRuleRecommendationRunResponse Modifier and Type Method Description default GetDataQualityRuleRecommendationRunResponseGlueClient. getDataQualityRuleRecommendationRun(Consumer<GetDataQualityRuleRecommendationRunRequest.Builder> getDataQualityRuleRecommendationRunRequest)Gets the specified recommendation run that was used to generate rules.default GetDataQualityRuleRecommendationRunResponseGlueClient. getDataQualityRuleRecommendationRun(GetDataQualityRuleRecommendationRunRequest getDataQualityRuleRecommendationRunRequest)Gets the specified recommendation run that was used to generate rules.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDataQualityRuleRecommendationRunResponse Modifier and Type Method Description default CompletableFuture<GetDataQualityRuleRecommendationRunResponse>GlueAsyncClient. getDataQualityRuleRecommendationRun(Consumer<GetDataQualityRuleRecommendationRunRequest.Builder> getDataQualityRuleRecommendationRunRequest)Gets the specified recommendation run that was used to generate rules.default CompletableFuture<GetDataQualityRuleRecommendationRunResponse>GlueAsyncClient. getDataQualityRuleRecommendationRun(GetDataQualityRuleRecommendationRunRequest getDataQualityRuleRecommendationRunRequest)Gets the specified recommendation run that was used to generate rules.
-