| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetQueryRuntimeStatisticsResponse> |
AthenaAsyncClient.getQueryRuntimeStatistics(Consumer<GetQueryRuntimeStatisticsRequest.Builder> 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(Consumer<GetQueryRuntimeStatisticsRequest.Builder> 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 |
|---|---|
static GetQueryRuntimeStatisticsRequest.Builder |
GetQueryRuntimeStatisticsRequest.builder() |
GetQueryRuntimeStatisticsRequest.Builder |
GetQueryRuntimeStatisticsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetQueryRuntimeStatisticsRequest.Builder |
GetQueryRuntimeStatisticsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetQueryRuntimeStatisticsRequest.Builder |
GetQueryRuntimeStatisticsRequest.Builder.queryExecutionId(String queryExecutionId)
The unique ID of the query execution.
|
GetQueryRuntimeStatisticsRequest.Builder |
GetQueryRuntimeStatisticsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetQueryRuntimeStatisticsRequest.Builder> |
GetQueryRuntimeStatisticsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.