| 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 StopQueryExecutionResponse |
AthenaClient.stopQueryExecution(Consumer<StopQueryExecutionRequest.Builder> stopQueryExecutionRequest)
Stops a query execution.
|
default CompletableFuture<StopQueryExecutionResponse> |
AthenaAsyncClient.stopQueryExecution(Consumer<StopQueryExecutionRequest.Builder> stopQueryExecutionRequest)
Stops a query execution.
|
| Modifier and Type | Method and Description |
|---|---|
static StopQueryExecutionRequest.Builder |
StopQueryExecutionRequest.builder() |
StopQueryExecutionRequest.Builder |
StopQueryExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopQueryExecutionRequest.Builder |
StopQueryExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopQueryExecutionRequest.Builder |
StopQueryExecutionRequest.Builder.queryExecutionId(String queryExecutionId)
The unique ID of the query execution to stop.
|
StopQueryExecutionRequest.Builder |
StopQueryExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopQueryExecutionRequest.Builder> |
StopQueryExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.