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 |
---|---|
ListNotebookSessionsResult |
AbstractAmazonAthena.listNotebookSessions(ListNotebookSessionsRequest request) |
ListNotebookSessionsResult |
AmazonAthenaClient.listNotebookSessions(ListNotebookSessionsRequest request)
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING , CREATED , IDLE or BUSY . |
ListNotebookSessionsResult |
AmazonAthena.listNotebookSessions(ListNotebookSessionsRequest listNotebookSessionsRequest)
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING , CREATED , IDLE or BUSY . |
Modifier and Type | Method and Description |
---|---|
Future<ListNotebookSessionsResult> |
AbstractAmazonAthenaAsync.listNotebookSessionsAsync(ListNotebookSessionsRequest request,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResult> asyncHandler) |
Future<ListNotebookSessionsResult> |
AmazonAthenaAsyncClient.listNotebookSessionsAsync(ListNotebookSessionsRequest request,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResult> asyncHandler) |
Future<ListNotebookSessionsResult> |
AmazonAthenaAsync.listNotebookSessionsAsync(ListNotebookSessionsRequest listNotebookSessionsRequest,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResult> asyncHandler)
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING , CREATED , IDLE or BUSY . |
Modifier and Type | Method and Description |
---|---|
ListNotebookSessionsResult |
ListNotebookSessionsResult.clone() |
ListNotebookSessionsResult |
ListNotebookSessionsResult.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNotebookSessionsResult |
ListNotebookSessionsResult.withNotebookSessionsList(Collection<NotebookSessionSummary> notebookSessionsList)
A list of the sessions belonging to the notebook.
|
ListNotebookSessionsResult |
ListNotebookSessionsResult.withNotebookSessionsList(NotebookSessionSummary... notebookSessionsList)
A list of the sessions belonging to the notebook.
|
Copyright © 2023. All rights reserved.