| 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<GetQueryExecutionResponse> |
AthenaAsyncClient.getQueryExecution(GetQueryExecutionRequest getQueryExecutionRequest)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
default GetQueryExecutionResponse |
AthenaClient.getQueryExecution(GetQueryExecutionRequest getQueryExecutionRequest)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetQueryExecutionRequestMarshaller.marshall(GetQueryExecutionRequest getQueryExecutionRequest) |
Copyright © 2023. All rights reserved.