| 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.paginators | |
| software.amazon.awssdk.services.athena.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListSessionsResponse |
AthenaClient.listSessions(ListSessionsRequest listSessionsRequest)
Lists the sessions in a workgroup that are in an active state like
CREATING, CREATED,
IDLE, or BUSY. |
default CompletableFuture<ListSessionsResponse> |
AthenaAsyncClient.listSessions(ListSessionsRequest listSessionsRequest)
Lists the sessions in a workgroup that are in an active state like
CREATING, CREATED,
IDLE, or BUSY. |
default ListSessionsIterable |
AthenaClient.listSessionsPaginator(ListSessionsRequest listSessionsRequest)
Lists the sessions in a workgroup that are in an active state like
CREATING, CREATED,
IDLE, or BUSY. |
default ListSessionsPublisher |
AthenaAsyncClient.listSessionsPaginator(ListSessionsRequest listSessionsRequest)
Lists the sessions in a workgroup that are in an active state like
CREATING, CREATED,
IDLE, or BUSY. |
| Constructor and Description |
|---|
ListSessionsIterable(AthenaClient client,
ListSessionsRequest firstRequest) |
ListSessionsPublisher(AthenaAsyncClient client,
ListSessionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSessionsRequestMarshaller.marshall(ListSessionsRequest listSessionsRequest) |
Copyright © 2023. All rights reserved.