| 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 |
|---|---|
DescribeStatementResult |
AWSRedshiftDataAPIClient.describeStatement(DescribeStatementRequest request)
Describes the details about a specific instance when a query was run by the Amazon Redshift Data API.
|
DescribeStatementResult |
AbstractAWSRedshiftDataAPI.describeStatement(DescribeStatementRequest request) |
DescribeStatementResult |
AWSRedshiftDataAPI.describeStatement(DescribeStatementRequest describeStatementRequest)
Describes the details about a specific instance when a query was run by the Amazon Redshift Data API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStatementResult> |
AWSRedshiftDataAPIAsyncClient.describeStatementAsync(DescribeStatementRequest request,
AsyncHandler<DescribeStatementRequest,DescribeStatementResult> asyncHandler) |
Future<DescribeStatementResult> |
AbstractAWSRedshiftDataAPIAsync.describeStatementAsync(DescribeStatementRequest request,
AsyncHandler<DescribeStatementRequest,DescribeStatementResult> asyncHandler) |
Future<DescribeStatementResult> |
AWSRedshiftDataAPIAsync.describeStatementAsync(DescribeStatementRequest describeStatementRequest,
AsyncHandler<DescribeStatementRequest,DescribeStatementResult> asyncHandler)
Describes the details about a specific instance when a query was run by the Amazon Redshift Data API.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStatementResult |
DescribeStatementResult.clone() |
DescribeStatementResult |
DescribeStatementResult.withClusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
DescribeStatementResult |
DescribeStatementResult.withCreatedAt(Date createdAt)
The date and time (UTC) when the SQL statement was submitted to run.
|
DescribeStatementResult |
DescribeStatementResult.withDatabase(String database)
The name of the database.
|
DescribeStatementResult |
DescribeStatementResult.withDbUser(String dbUser)
The database user name.
|
DescribeStatementResult |
DescribeStatementResult.withDuration(Long duration)
The amount of time in nanoseconds that the statement ran.
|
DescribeStatementResult |
DescribeStatementResult.withError(String error)
The error message from the cluster if the SQL statement encountered an error while running.
|
DescribeStatementResult |
DescribeStatementResult.withHasResultSet(Boolean hasResultSet)
A value that indicates whether the statement has a result set.
|
DescribeStatementResult |
DescribeStatementResult.withId(String id)
The identifier of the SQL statement described.
|
DescribeStatementResult |
DescribeStatementResult.withQueryParameters(Collection<SqlParameter> queryParameters)
The parameters for the SQL statement.
|
DescribeStatementResult |
DescribeStatementResult.withQueryParameters(SqlParameter... queryParameters)
The parameters for the SQL statement.
|
DescribeStatementResult |
DescribeStatementResult.withQueryString(String queryString)
The SQL statement text.
|
DescribeStatementResult |
DescribeStatementResult.withRedshiftPid(Long redshiftPid)
The process identifier from Amazon Redshift.
|
DescribeStatementResult |
DescribeStatementResult.withRedshiftQueryId(Long redshiftQueryId)
The identifier of the query generated by Amazon Redshift.
|
DescribeStatementResult |
DescribeStatementResult.withResultRows(Long resultRows)
Either the number of rows returned from the SQL statement or the number of rows affected.
|
DescribeStatementResult |
DescribeStatementResult.withResultSize(Long resultSize)
The size in bytes of the returned results.
|
DescribeStatementResult |
DescribeStatementResult.withSecretArn(String secretArn)
The name or Amazon Resource Name (ARN) of the secret that enables access to the database.
|
DescribeStatementResult |
DescribeStatementResult.withStatus(StatusString status)
The status of the SQL statement being described.
|
DescribeStatementResult |
DescribeStatementResult.withStatus(String status)
The status of the SQL statement being described.
|
DescribeStatementResult |
DescribeStatementResult.withSubStatements(Collection<SubStatementData> subStatements)
The SQL statements from a multiple statement run.
|
DescribeStatementResult |
DescribeStatementResult.withSubStatements(SubStatementData... subStatements)
The SQL statements from a multiple statement run.
|
DescribeStatementResult |
DescribeStatementResult.withUpdatedAt(Date updatedAt)
The date and time (UTC) that the metadata for the SQL statement was last updated.
|
DescribeStatementResult |
DescribeStatementResult.withWorkgroupName(String workgroupName)
The serverless workgroup name or Amazon Resource Name (ARN).
|
Copyright © 2023. All rights reserved.