| 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.
|
| software.amazon.awssdk.services.athena.model |
| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
static ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.builder() |
ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of notebook sessions to return.
|
ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.Builder.nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.Builder.notebookId(String notebookId)
The ID of the notebook to list sessions for.
|
ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotebookSessionsRequest.Builder |
ListNotebookSessionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotebookSessionsRequest.Builder> |
ListNotebookSessionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.