Uses of Class
software.amazon.awssdk.services.athena.model.GetQueryExecutionResponse
-
Packages that use GetQueryExecutionResponse 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 GetQueryExecutionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetQueryExecutionResponse Modifier and Type Method Description default GetQueryExecutionResponseAthenaClient. getQueryExecution(Consumer<GetQueryExecutionRequest.Builder> getQueryExecutionRequest)Returns information about a single execution of a query if you have access to the workgroup in which the query ran.default GetQueryExecutionResponseAthenaClient. getQueryExecution(GetQueryExecutionRequest getQueryExecutionRequest)Returns information about a single execution of a query if you have access to the workgroup in which the query ran.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetQueryExecutionResponse Modifier and Type Method Description default CompletableFuture<GetQueryExecutionResponse>AthenaAsyncClient. getQueryExecution(Consumer<GetQueryExecutionRequest.Builder> getQueryExecutionRequest)Returns information about a single execution of a query if you have access to the workgroup in which the query ran.default CompletableFuture<GetQueryExecutionResponse>AthenaAsyncClient. getQueryExecution(GetQueryExecutionRequest getQueryExecutionRequest)Returns information about a single execution of a query if you have access to the workgroup in which the query ran.
-