Uses of Class
software.amazon.awssdk.services.athena.model.BatchGetQueryExecutionRequest
-
Packages that use BatchGetQueryExecutionRequest 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 BatchGetQueryExecutionRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type BatchGetQueryExecutionRequest Modifier and Type Method Description default CompletableFuture<BatchGetQueryExecutionResponse>AthenaAsyncClient. batchGetQueryExecution(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest)Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings.default BatchGetQueryExecutionResponseAthenaClient. batchGetQueryExecution(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest)Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. -
Uses of BatchGetQueryExecutionRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type BatchGetQueryExecutionRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetQueryExecutionRequestMarshaller. marshall(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest)
-