Uses of Class
software.amazon.awssdk.services.athena.model.GetQueryExecutionRequest
-
Packages that use GetQueryExecutionRequest 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 GetQueryExecutionRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type GetQueryExecutionRequest Modifier and Type Method Description 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.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. -
Uses of GetQueryExecutionRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type GetQueryExecutionRequest Modifier and Type Method Description SdkHttpFullRequestGetQueryExecutionRequestMarshaller. marshall(GetQueryExecutionRequest getQueryExecutionRequest)
-