| 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 |
|---|---|
ListNotebookMetadataResult |
AbstractAmazonAthena.listNotebookMetadata(ListNotebookMetadataRequest request) |
ListNotebookMetadataResult |
AmazonAthenaClient.listNotebookMetadata(ListNotebookMetadataRequest request)
Displays the notebook files for the specified workgroup in paginated format.
|
ListNotebookMetadataResult |
AmazonAthena.listNotebookMetadata(ListNotebookMetadataRequest listNotebookMetadataRequest)
Displays the notebook files for the specified workgroup in paginated format.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNotebookMetadataResult> |
AmazonAthenaAsyncClient.listNotebookMetadataAsync(ListNotebookMetadataRequest request,
AsyncHandler<ListNotebookMetadataRequest,ListNotebookMetadataResult> asyncHandler) |
Future<ListNotebookMetadataResult> |
AbstractAmazonAthenaAsync.listNotebookMetadataAsync(ListNotebookMetadataRequest request,
AsyncHandler<ListNotebookMetadataRequest,ListNotebookMetadataResult> asyncHandler) |
Future<ListNotebookMetadataResult> |
AmazonAthenaAsync.listNotebookMetadataAsync(ListNotebookMetadataRequest listNotebookMetadataRequest,
AsyncHandler<ListNotebookMetadataRequest,ListNotebookMetadataResult> asyncHandler)
Displays the notebook files for the specified workgroup in paginated format.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookMetadataResult |
ListNotebookMetadataResult.clone() |
ListNotebookMetadataResult |
ListNotebookMetadataResult.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNotebookMetadataResult |
ListNotebookMetadataResult.withNotebookMetadataList(Collection<NotebookMetadata> notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
ListNotebookMetadataResult |
ListNotebookMetadataResult.withNotebookMetadataList(NotebookMetadata... notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
Copyright © 2024. All rights reserved.