Uses of Class
software.amazon.awssdk.services.athena.model.StartQueryExecutionResponse
-
Packages that use StartQueryExecutionResponse 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 StartQueryExecutionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return StartQueryExecutionResponse Modifier and Type Method Description default StartQueryExecutionResponseAthenaClient. startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)Runs the SQL query statements contained in theQuery.default StartQueryExecutionResponseAthenaClient. startQueryExecution(StartQueryExecutionRequest startQueryExecutionRequest)Runs the SQL query statements contained in theQuery.Methods in software.amazon.awssdk.services.athena that return types with arguments of type StartQueryExecutionResponse Modifier and Type Method Description default CompletableFuture<StartQueryExecutionResponse>AthenaAsyncClient. startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)Runs the SQL query statements contained in theQuery.default CompletableFuture<StartQueryExecutionResponse>AthenaAsyncClient. startQueryExecution(StartQueryExecutionRequest startQueryExecutionRequest)Runs the SQL query statements contained in theQuery.
-