Uses of Class
software.amazon.awssdk.services.glue.model.ListDataQualityRulesetsRequest
-
Packages that use ListDataQualityRulesetsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of ListDataQualityRulesetsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type ListDataQualityRulesetsRequest Modifier and Type Method Description default CompletableFuture<ListDataQualityRulesetsResponse>GlueAsyncClient. listDataQualityRulesets(ListDataQualityRulesetsRequest 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.default ListDataQualityRulesetsPublisherGlueAsyncClient. listDataQualityRulesetsPaginator(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)Returns a paginated list of rulesets for the specified list of Glue tables.default ListDataQualityRulesetsIterableGlueClient. listDataQualityRulesetsPaginator(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)Returns a paginated list of rulesets for the specified list of Glue tables. -
Uses of ListDataQualityRulesetsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type ListDataQualityRulesetsRequest Constructor Description ListDataQualityRulesetsIterable(GlueClient client, ListDataQualityRulesetsRequest firstRequest)ListDataQualityRulesetsPublisher(GlueAsyncClient client, ListDataQualityRulesetsRequest firstRequest) -
Uses of ListDataQualityRulesetsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type ListDataQualityRulesetsRequest Modifier and Type Method Description SdkHttpFullRequestListDataQualityRulesetsRequestMarshaller. marshall(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)
-