Uses of Interface
software.amazon.awssdk.services.athena.model.BatchGetQueryExecutionRequest.Builder
-
Packages that use BatchGetQueryExecutionRequest.Builder 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.model -
-
Uses of BatchGetQueryExecutionRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type BatchGetQueryExecutionRequest.Builder 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 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. -
Uses of BatchGetQueryExecutionRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return BatchGetQueryExecutionRequest.Builder Modifier and Type Method Description static BatchGetQueryExecutionRequest.BuilderBatchGetQueryExecutionRequest. builder()BatchGetQueryExecutionRequest.BuilderBatchGetQueryExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetQueryExecutionRequest.BuilderBatchGetQueryExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetQueryExecutionRequest.BuilderBatchGetQueryExecutionRequest.Builder. queryExecutionIds(String... queryExecutionIds)An array of query execution IDs.BatchGetQueryExecutionRequest.BuilderBatchGetQueryExecutionRequest.Builder. queryExecutionIds(Collection<String> queryExecutionIds)An array of query execution IDs.BatchGetQueryExecutionRequest.BuilderBatchGetQueryExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type BatchGetQueryExecutionRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetQueryExecutionRequest.Builder>BatchGetQueryExecutionRequest. serializableBuilderClass()
-