| 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 |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetQueryExecutionResponse |
AthenaClient.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(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.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetQueryExecutionRequest.Builder |
BatchGetQueryExecutionRequest.builder() |
BatchGetQueryExecutionRequest.Builder |
BatchGetQueryExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetQueryExecutionRequest.Builder |
BatchGetQueryExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetQueryExecutionRequest.Builder |
BatchGetQueryExecutionRequest.Builder.queryExecutionIds(Collection<String> queryExecutionIds)
An array of query execution IDs.
|
BatchGetQueryExecutionRequest.Builder |
BatchGetQueryExecutionRequest.Builder.queryExecutionIds(String... queryExecutionIds)
An array of query execution IDs.
|
BatchGetQueryExecutionRequest.Builder |
BatchGetQueryExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetQueryExecutionRequest.Builder> |
BatchGetQueryExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.