| 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 ListNotebookSessionsResponse |
AthenaClient.listNotebookSessions(Consumer<ListNotebookSessionsRequest.Builder> 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. |
default ListNotebookSessionsResponse |
AthenaClient.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 |
|---|---|
default CompletableFuture<ListNotebookSessionsResponse> |
AthenaAsyncClient.listNotebookSessions(Consumer<ListNotebookSessionsRequest.Builder> 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. |
default CompletableFuture<ListNotebookSessionsResponse> |
AthenaAsyncClient.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. |
Copyright © 2023. All rights reserved.