| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftdata.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusString |
StatusString.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatusString |
ListStatementsRequest.status()
The status of the SQL statement to list.
|
StatusString |
DescribeStatementResponse.status()
The status of the SQL statement being described.
|
StatusString |
StatementData.status()
The status of the SQL statement.
|
static StatusString |
StatusString.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusString[] |
StatusString.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StatusString> |
StatusString.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListStatementsRequest.Builder |
ListStatementsRequest.Builder.status(StatusString status)
The status of the SQL statement to list.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.status(StatusString status)
The status of the SQL statement being described.
|
StatementData.Builder |
StatementData.Builder.status(StatusString status)
The status of the SQL statement.
|
Copyright © 2023. All rights reserved.