Uses of Class
software.amazon.awssdk.services.glue.model.StatementState
-
Packages that use StatementState Package Description software.amazon.awssdk.services.glue.model -
-
Uses of StatementState in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StatementState Modifier and Type Method Description static StatementStateStatementState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatementStateStatement. state()The state while request is actioned.StatementStateStatementOutput. status()The status of the code execution output.static StatementStateStatementState. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementState[]StatementState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StatementState Modifier and Type Method Description static Set<StatementState>StatementState. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type StatementState Modifier and Type Method Description Statement.BuilderStatement.Builder. state(StatementState state)The state while request is actioned.StatementOutput.BuilderStatementOutput.Builder. status(StatementState status)The status of the code execution output.
-