Uses of Class
software.amazon.awssdk.services.redshiftdata.model.StatementStatusString
-
Packages that use StatementStatusString Package Description software.amazon.awssdk.services.redshiftdata.model -
-
Uses of StatementStatusString in software.amazon.awssdk.services.redshiftdata.model
Methods in software.amazon.awssdk.services.redshiftdata.model that return StatementStatusString Modifier and Type Method Description static StatementStatusStringStatementStatusString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatementStatusStringSubStatementData. status()The status of the SQL statement.static StatementStatusStringStatementStatusString. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementStatusString[]StatementStatusString. 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 StatementStatusString Modifier and Type Method Description static Set<StatementStatusString>StatementStatusString. knownValues()Methods in software.amazon.awssdk.services.redshiftdata.model with parameters of type StatementStatusString Modifier and Type Method Description SubStatementData.BuilderSubStatementData.Builder. status(StatementStatusString status)The status of the SQL statement.
-