| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataQualityRulesetsResponse |
GlueClient.listDataQualityRulesets(Consumer<ListDataQualityRulesetsRequest.Builder> listDataQualityRulesetsRequest)
Returns a paginated list of rulesets for the specified list of Glue tables.
|
default ListDataQualityRulesetsResponse |
GlueClient.listDataQualityRulesets(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)
Returns a paginated list of rulesets for the specified list of Glue tables.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataQualityRulesetsResponse> |
ListDataQualityRulesetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataQualityRulesetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataQualityRulesetsResponse> subscriber) |
Copyright © 2023. All rights reserved.