| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
GetNotebookMetadataResult |
AbstractAmazonAthena.getNotebookMetadata(GetNotebookMetadataRequest request) |
GetNotebookMetadataResult |
AmazonAthenaClient.getNotebookMetadata(GetNotebookMetadataRequest request)
Retrieves notebook metadata for the specified notebook ID.
|
GetNotebookMetadataResult |
AmazonAthena.getNotebookMetadata(GetNotebookMetadataRequest getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetNotebookMetadataResult> |
AbstractAmazonAthenaAsync.getNotebookMetadataAsync(GetNotebookMetadataRequest request,
AsyncHandler<GetNotebookMetadataRequest,GetNotebookMetadataResult> asyncHandler) |
Future<GetNotebookMetadataResult> |
AmazonAthenaAsyncClient.getNotebookMetadataAsync(GetNotebookMetadataRequest request,
AsyncHandler<GetNotebookMetadataRequest,GetNotebookMetadataResult> asyncHandler) |
Future<GetNotebookMetadataResult> |
AmazonAthenaAsync.getNotebookMetadataAsync(GetNotebookMetadataRequest getNotebookMetadataRequest,
AsyncHandler<GetNotebookMetadataRequest,GetNotebookMetadataResult> asyncHandler)
Retrieves notebook metadata for the specified notebook ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetNotebookMetadataResult |
GetNotebookMetadataResult.clone() |
GetNotebookMetadataResult |
GetNotebookMetadataResult.withNotebookMetadata(NotebookMetadata notebookMetadata)
The metadata that is returned for the specified notebook ID.
|
Copyright © 2025. All rights reserved.