| 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<GetQueryRuntimeStatisticsResponse> |
AthenaAsyncClient.getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest)
Returns query execution runtime statistics related to a single execution of a query if you have access to the
workgroup in which the query ran.
|
default GetQueryRuntimeStatisticsResponse |
AthenaClient.getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest)
Returns query execution runtime statistics related to 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 |
GetQueryRuntimeStatisticsRequestMarshaller.marshall(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest) |
Copyright © 2023. All rights reserved.