Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
ValidateStateMachineDefinitionResult |
AWSStepFunctionsClient.validateStateMachineDefinition(ValidateStateMachineDefinitionRequest request)
Validates the syntax of a state machine definition.
|
ValidateStateMachineDefinitionResult |
AWSStepFunctions.validateStateMachineDefinition(ValidateStateMachineDefinitionRequest validateStateMachineDefinitionRequest)
Validates the syntax of a state machine definition.
|
ValidateStateMachineDefinitionResult |
AbstractAWSStepFunctions.validateStateMachineDefinition(ValidateStateMachineDefinitionRequest request) |
Modifier and Type | Method and Description |
---|---|
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.clone() |
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.withDiagnostics(Collection<ValidateStateMachineDefinitionDiagnostic> diagnostics)
If the result is
OK , this field will be empty. |
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.withDiagnostics(ValidateStateMachineDefinitionDiagnostic... diagnostics)
If the result is
OK , this field will be empty. |
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.withResult(String result)
The result value will be
OK when no syntax errors are found, or FAIL if the workflow
definition does not pass verification. |
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.