| 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 GetSessionResponse |
AthenaClient.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(Consumer<GetSessionRequest.Builder> getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static GetSessionRequest.Builder |
GetSessionRequest.builder() |
GetSessionRequest.Builder |
GetSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSessionRequest.Builder |
GetSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSessionRequest.Builder |
GetSessionRequest.Builder.sessionId(String sessionId)
The session ID.
|
GetSessionRequest.Builder |
GetSessionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSessionRequest.Builder> |
GetSessionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.