| 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 |
| 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 ListDataCatalogsResponse |
AthenaClient.listDataCatalogs(ListDataCatalogsRequest listDataCatalogsRequest)
Lists the data catalogs in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataCatalogsResponse> |
AthenaAsyncClient.listDataCatalogs(Consumer<ListDataCatalogsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataCatalogsResponse> |
ListDataCatalogsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataCatalogsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataCatalogsResponse> subscriber) |
Copyright © 2023. All rights reserved.