| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetNotebookMetadataResponse |
AthenaClient.getNotebookMetadata(Consumer<GetNotebookMetadataRequest.Builder> getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
default GetNotebookMetadataResponse |
AthenaClient.getNotebookMetadata(GetNotebookMetadataRequest getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetNotebookMetadataResponse> |
AthenaAsyncClient.getNotebookMetadata(Consumer<GetNotebookMetadataRequest.Builder> getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
default CompletableFuture<GetNotebookMetadataResponse> |
AthenaAsyncClient.getNotebookMetadata(GetNotebookMetadataRequest getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
Copyright © 2023. All rights reserved.