Uses of Class
software.amazon.awssdk.services.athena.model.StopQueryExecutionResponse
-
Packages that use StopQueryExecutionResponse 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. -
-
Uses of StopQueryExecutionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return StopQueryExecutionResponse Modifier and Type Method Description default StopQueryExecutionResponseAthenaClient. stopQueryExecution(Consumer<StopQueryExecutionRequest.Builder> stopQueryExecutionRequest)Stops a query execution.default StopQueryExecutionResponseAthenaClient. stopQueryExecution(StopQueryExecutionRequest stopQueryExecutionRequest)Stops a query execution.Methods in software.amazon.awssdk.services.athena that return types with arguments of type StopQueryExecutionResponse Modifier and Type Method Description default CompletableFuture<StopQueryExecutionResponse>AthenaAsyncClient. stopQueryExecution(Consumer<StopQueryExecutionRequest.Builder> stopQueryExecutionRequest)Stops a query execution.default CompletableFuture<StopQueryExecutionResponse>AthenaAsyncClient. stopQueryExecution(StopQueryExecutionRequest stopQueryExecutionRequest)Stops a query execution.
-