| 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 |
|---|---|
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.
|
Future<ListNotebookMetadataResult> |
AmazonAthenaAsyncClient.listNotebookMetadataAsync(ListNotebookMetadataRequest request,
AsyncHandler<ListNotebookMetadataRequest,ListNotebookMetadataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookMetadataRequest |
ListNotebookMetadataRequest.clone() |
ListNotebookMetadataRequest |
ListNotebookMetadataRequest.withFilters(FilterDefinition filters)
Search filter string.
|
ListNotebookMetadataRequest |
ListNotebookMetadataRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of results to return.
|
ListNotebookMetadataRequest |
ListNotebookMetadataRequest.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNotebookMetadataRequest |
ListNotebookMetadataRequest.withWorkGroup(String workGroup)
The name of the Spark enabled workgroup to retrieve notebook metadata for.
|
Copyright © 2024. All rights reserved.