Package | Description |
---|---|
com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
ListPreparedStatementsResult |
AbstractAmazonAthena.listPreparedStatements(ListPreparedStatementsRequest request) |
ListPreparedStatementsResult |
AmazonAthenaClient.listPreparedStatements(ListPreparedStatementsRequest request)
Lists the prepared statements in the specified workgroup.
|
ListPreparedStatementsResult |
AmazonAthena.listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)
Lists the prepared statements in the specified workgroup.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPreparedStatementsResult> |
AmazonAthenaAsyncClient.listPreparedStatementsAsync(ListPreparedStatementsRequest request,
AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler) |
Future<ListPreparedStatementsResult> |
AbstractAmazonAthenaAsync.listPreparedStatementsAsync(ListPreparedStatementsRequest request,
AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler) |
Future<ListPreparedStatementsResult> |
AmazonAthenaAsync.listPreparedStatementsAsync(ListPreparedStatementsRequest listPreparedStatementsRequest,
AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler)
Lists the prepared statements in the specified workgroup.
|
Modifier and Type | Method and Description |
---|---|
ListPreparedStatementsResult |
ListPreparedStatementsResult.clone() |
ListPreparedStatementsResult |
ListPreparedStatementsResult.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListPreparedStatementsResult |
ListPreparedStatementsResult.withPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
|
ListPreparedStatementsResult |
ListPreparedStatementsResult.withPreparedStatements(PreparedStatementSummary... preparedStatements)
The list of prepared statements for the workgroup.
|
Copyright © 2023. All rights reserved.