| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListSessionsResponse |
AthenaClient.listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)
Lists the sessions in a workgroup that are in an active state like
CREATING, CREATED,
IDLE, or BUSY. |
default ListSessionsResponse |
AthenaClient.listSessions(ListSessionsRequest listSessionsRequest)
Lists the sessions in a workgroup that are in an active state like
CREATING, CREATED,
IDLE, or BUSY. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSessionsResponse> |
AthenaAsyncClient.listSessions(Consumer<ListSessionsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSessionsResponse> |
ListSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSessionsResponse> subscriber) |
Copyright © 2023. All rights reserved.