| Package | Description |
|---|---|
| com.amazonaws.services.redshiftdataapi |
You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables.
|
| com.amazonaws.services.redshiftdataapi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStatementsResult> |
AWSRedshiftDataAPIAsyncClient.listStatementsAsync(ListStatementsRequest request,
AsyncHandler<ListStatementsRequest,ListStatementsResult> asyncHandler) |
Future<ListStatementsResult> |
AbstractAWSRedshiftDataAPIAsync.listStatementsAsync(ListStatementsRequest request,
AsyncHandler<ListStatementsRequest,ListStatementsResult> asyncHandler) |
Future<ListStatementsResult> |
AWSRedshiftDataAPIAsync.listStatementsAsync(ListStatementsRequest listStatementsRequest,
AsyncHandler<ListStatementsRequest,ListStatementsResult> asyncHandler)
List of SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
ListStatementsRequest |
ListStatementsRequest.clone() |
ListStatementsRequest |
ListStatementsRequest.withMaxResults(Integer maxResults)
The maximum number of SQL statements to return in the response.
|
ListStatementsRequest |
ListStatementsRequest.withNextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListStatementsRequest |
ListStatementsRequest.withRoleLevel(Boolean roleLevel)
A value that filters which statements to return in the response.
|
ListStatementsRequest |
ListStatementsRequest.withStatementName(String statementName)
The name of the SQL statement specified as input to
BatchExecuteStatement or
ExecuteStatement to identify the query. |
ListStatementsRequest |
ListStatementsRequest.withStatus(StatusString status)
The status of the SQL statement to list.
|
ListStatementsRequest |
ListStatementsRequest.withStatus(String status)
The status of the SQL statement to list.
|
Copyright © 2023. All rights reserved.