| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetPreparedStatementResponse |
AthenaClient.batchGetPreparedStatement(BatchGetPreparedStatementRequest 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 |
|---|---|
default CompletableFuture<BatchGetPreparedStatementResponse> |
AthenaAsyncClient.batchGetPreparedStatement(BatchGetPreparedStatementRequest 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 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.
|
Copyright © 2023. All rights reserved.