| 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 ListTableMetadataResponse |
AthenaClient.listTableMetadata(Consumer<ListTableMetadataRequest.Builder> listTableMetadataRequest)
Lists the metadata for the tables in the specified data catalog database.
|
default ListTableMetadataResponse |
AthenaClient.listTableMetadata(ListTableMetadataRequest listTableMetadataRequest)
Lists the metadata for the tables in the specified data catalog database.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTableMetadataResponse> |
AthenaAsyncClient.listTableMetadata(Consumer<ListTableMetadataRequest.Builder> listTableMetadataRequest)
Lists the metadata for the tables in the specified data catalog database.
|
default CompletableFuture<ListTableMetadataResponse> |
AthenaAsyncClient.listTableMetadata(ListTableMetadataRequest listTableMetadataRequest)
Lists the metadata for the tables in the specified data catalog database.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTableMetadataResponse> |
ListTableMetadataIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableMetadataPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTableMetadataResponse> subscriber) |
Copyright © 2023. All rights reserved.