| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDataCatalogsResponse |
AthenaClient.listDataCatalogs(Consumer<ListDataCatalogsRequest.Builder> listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
default CompletableFuture<ListDataCatalogsResponse> |
AthenaAsyncClient.listDataCatalogs(Consumer<ListDataCatalogsRequest.Builder> listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
default ListDataCatalogsIterable |
AthenaClient.listDataCatalogsPaginator(Consumer<ListDataCatalogsRequest.Builder> listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
default ListDataCatalogsPublisher |
AthenaAsyncClient.listDataCatalogsPaginator(Consumer<ListDataCatalogsRequest.Builder> listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDataCatalogsRequest.Builder |
ListDataCatalogsRequest.builder() |
ListDataCatalogsRequest.Builder |
ListDataCatalogsRequest.Builder.maxResults(Integer maxResults)
Specifies the maximum number of data catalogs to return.
|
ListDataCatalogsRequest.Builder |
ListDataCatalogsRequest.Builder.nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListDataCatalogsRequest.Builder |
ListDataCatalogsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataCatalogsRequest.Builder |
ListDataCatalogsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataCatalogsRequest.Builder |
ListDataCatalogsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDataCatalogsRequest.Builder> |
ListDataCatalogsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.