Uses of Enum
software.amazon.awssdk.services.sfn.model.ValidateStateMachineDefinitionResultCode
Packages that use ValidateStateMachineDefinitionResultCode
-
Uses of ValidateStateMachineDefinitionResultCode in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ValidateStateMachineDefinitionResultCodeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ValidateStateMachineDefinitionResponse.result()The result value will beOKwhen no syntax errors are found, orFAILif the workflow definition does not pass verification.Returns the enum constant of this type with the specified name.ValidateStateMachineDefinitionResultCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ValidateStateMachineDefinitionResultCodeMethods in software.amazon.awssdk.services.sfn.model with parameters of type ValidateStateMachineDefinitionResultCodeModifier and TypeMethodDescriptionValidateStateMachineDefinitionResponse.Builder.result(ValidateStateMachineDefinitionResultCode result) The result value will beOKwhen no syntax errors are found, orFAILif the workflow definition does not pass verification.