| 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 CompletableFuture<BatchGetPreparedStatementResponse> |
AthenaAsyncClient.batchGetPreparedStatement(Consumer<BatchGetPreparedStatementRequest.Builder> batchGetPreparedStatementRequest)
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of
prepared statement names that you provide.
|
default BatchGetPreparedStatementResponse |
AthenaClient.batchGetPreparedStatement(Consumer<BatchGetPreparedStatementRequest.Builder> batchGetPreparedStatementRequest)
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of
prepared statement names that you provide.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.builder() |
BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.Builder.preparedStatementNames(Collection<String> preparedStatementNames)
A list of prepared statement names to return.
|
BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.Builder.preparedStatementNames(String... preparedStatementNames)
A list of prepared statement names to return.
|
BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.toBuilder() |
BatchGetPreparedStatementRequest.Builder |
BatchGetPreparedStatementRequest.Builder.workGroup(String workGroup)
The name of the workgroup to which the prepared statements belong.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetPreparedStatementRequest.Builder> |
BatchGetPreparedStatementRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.