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