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.transform |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<StartQueryExecutionResponse> |
AthenaAsyncClient.startQueryExecution(StartQueryExecutionRequest 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 |
---|---|
SdkHttpFullRequest |
StartQueryExecutionRequestMarshaller.marshall(StartQueryExecutionRequest startQueryExecutionRequest) |
Copyright © 2023. All rights reserved.