Uses of Class
software.amazon.awssdk.services.redshiftdata.model.StatusString
-
Packages that use StatusString Package Description software.amazon.awssdk.services.redshiftdata.model -
-
Uses of StatusString in software.amazon.awssdk.services.redshiftdata.model
Methods in software.amazon.awssdk.services.redshiftdata.model that return StatusString Modifier and Type Method Description static StatusStringStatusString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusStringDescribeStatementResponse. status()The status of the SQL statement being described.StatusStringListStatementsRequest. status()The status of the SQL statement to list.StatusStringStatementData. status()The status of the SQL statement.static StatusStringStatusString. 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.Methods in software.amazon.awssdk.services.redshiftdata.model that return types with arguments of type StatusString Modifier and Type Method Description static Set<StatusString>StatusString. knownValues()Methods in software.amazon.awssdk.services.redshiftdata.model with parameters of type StatusString Modifier and Type Method Description DescribeStatementResponse.BuilderDescribeStatementResponse.Builder. status(StatusString status)The status of the SQL statement being described.ListStatementsRequest.BuilderListStatementsRequest.Builder. status(StatusString status)The status of the SQL statement to list.StatementData.BuilderStatementData.Builder. status(StatusString status)The status of the SQL statement.
-