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