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