| 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 GetSessionResponse |
AthenaClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
default GetSessionResponse |
AthenaClient.getSession(GetSessionRequest getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSessionResponse> |
AthenaAsyncClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
default CompletableFuture<GetSessionResponse> |
AthenaAsyncClient.getSession(GetSessionRequest getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
Copyright © 2023. All rights reserved.