| 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.paginators | |
| software.amazon.awssdk.services.athena.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListPreparedStatementsResponse |
AthenaClient.listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
default CompletableFuture<ListPreparedStatementsResponse> |
AthenaAsyncClient.listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
default ListPreparedStatementsIterable |
AthenaClient.listPreparedStatementsPaginator(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
default ListPreparedStatementsPublisher |
AthenaAsyncClient.listPreparedStatementsPaginator(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
| Constructor and Description |
|---|
ListPreparedStatementsIterable(AthenaClient client,
ListPreparedStatementsRequest firstRequest) |
ListPreparedStatementsPublisher(AthenaAsyncClient client,
ListPreparedStatementsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPreparedStatementsRequestMarshaller.marshall(ListPreparedStatementsRequest listPreparedStatementsRequest) |
Copyright © 2023. All rights reserved.