Uses of Class
software.amazon.awssdk.services.athena.model.BatchGetQueryExecutionResponse
-
Packages that use BatchGetQueryExecutionResponse 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 BatchGetQueryExecutionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return BatchGetQueryExecutionResponse Modifier and Type Method Description default BatchGetQueryExecutionResponseAthenaClient. batchGetQueryExecution(Consumer<BatchGetQueryExecutionRequest.Builder> 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.Methods in software.amazon.awssdk.services.athena that return types with arguments of type BatchGetQueryExecutionResponse Modifier and Type Method Description default CompletableFuture<BatchGetQueryExecutionResponse>AthenaAsyncClient. batchGetQueryExecution(Consumer<BatchGetQueryExecutionRequest.Builder> 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 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.
-