Uses of Class
software.amazon.awssdk.services.glue.model.ListDataQualityRulesetsResponse
-
Packages that use ListDataQualityRulesetsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListDataQualityRulesetsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListDataQualityRulesetsResponse Modifier and Type Method Description default ListDataQualityRulesetsResponseGlueClient. listDataQualityRulesets(Consumer<ListDataQualityRulesetsRequest.Builder> listDataQualityRulesetsRequest)Returns a paginated list of rulesets for the specified list of Glue tables.default ListDataQualityRulesetsResponseGlueClient. listDataQualityRulesets(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)Returns a paginated list of rulesets for the specified list of Glue tables.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListDataQualityRulesetsResponse Modifier and Type Method Description default CompletableFuture<ListDataQualityRulesetsResponse>GlueAsyncClient. listDataQualityRulesets(Consumer<ListDataQualityRulesetsRequest.Builder> listDataQualityRulesetsRequest)Returns a paginated list of rulesets for the specified list of Glue tables.default CompletableFuture<ListDataQualityRulesetsResponse>GlueAsyncClient. listDataQualityRulesets(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)Returns a paginated list of rulesets for the specified list of Glue tables. -
Uses of ListDataQualityRulesetsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListDataQualityRulesetsResponse Modifier and Type Method Description Iterator<ListDataQualityRulesetsResponse>ListDataQualityRulesetsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListDataQualityRulesetsResponse Modifier and Type Method Description voidListDataQualityRulesetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataQualityRulesetsResponse> subscriber)
-