Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
static ValidateStateMachineDefinitionResultCode |
ValidateStateMachineDefinitionResultCode.fromValue(String value)
Use this in place of valueOf.
|
static ValidateStateMachineDefinitionResultCode |
ValidateStateMachineDefinitionResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidateStateMachineDefinitionResultCode[] |
ValidateStateMachineDefinitionResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.withResult(ValidateStateMachineDefinitionResultCode result)
The result value will be
OK when no syntax errors are found, or FAIL if the workflow
definition does not pass verification. |
Copyright © 2024. All rights reserved.