| 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 StartQueryExecutionResponse |
AthenaClient.startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
default StartQueryExecutionResponse |
AthenaClient.startQueryExecution(StartQueryExecutionRequest startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartQueryExecutionResponse> |
AthenaAsyncClient.startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
default CompletableFuture<StartQueryExecutionResponse> |
AthenaAsyncClient.startQueryExecution(StartQueryExecutionRequest startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
Copyright © 2023. All rights reserved.