| 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.paginators | |
| software.amazon.awssdk.services.athena.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListDataCatalogsResponse |
AthenaClient.listDataCatalogs(ListDataCatalogsRequest listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
default CompletableFuture<ListDataCatalogsResponse> |
AthenaAsyncClient.listDataCatalogs(ListDataCatalogsRequest listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
default ListDataCatalogsIterable |
AthenaClient.listDataCatalogsPaginator(ListDataCatalogsRequest listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
default ListDataCatalogsPublisher |
AthenaAsyncClient.listDataCatalogsPaginator(ListDataCatalogsRequest listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
| Constructor and Description |
|---|
ListDataCatalogsIterable(AthenaClient client,
ListDataCatalogsRequest firstRequest) |
ListDataCatalogsPublisher(AthenaAsyncClient client,
ListDataCatalogsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDataCatalogsRequestMarshaller.marshall(ListDataCatalogsRequest listDataCatalogsRequest) |
Copyright © 2023. All rights reserved.