| 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 StartSessionResponse |
AthenaClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Creates a session for running calculations within a workgroup.
|
default StartSessionResponse |
AthenaClient.startSession(StartSessionRequest startSessionRequest)
Creates a session for running calculations within a workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartSessionResponse> |
AthenaAsyncClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Creates a session for running calculations within a workgroup.
|
default CompletableFuture<StartSessionResponse> |
AthenaAsyncClient.startSession(StartSessionRequest startSessionRequest)
Creates a session for running calculations within a workgroup.
|
Copyright © 2023. All rights reserved.