| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListPreparedStatementsResponse |
AthenaClient.listPreparedStatements(Consumer<ListPreparedStatementsRequest.Builder> listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
default ListPreparedStatementsResponse |
AthenaClient.listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPreparedStatementsResponse> |
AthenaAsyncClient.listPreparedStatements(Consumer<ListPreparedStatementsRequest.Builder> listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
default CompletableFuture<ListPreparedStatementsResponse> |
AthenaAsyncClient.listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPreparedStatementsResponse> |
ListPreparedStatementsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPreparedStatementsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPreparedStatementsResponse> subscriber) |
Copyright © 2023. All rights reserved.