Uses of Class
software.amazon.awssdk.services.sfn.model.ValidateStateMachineDefinitionSeverity
-
Packages that use ValidateStateMachineDefinitionSeverity Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of ValidateStateMachineDefinitionSeverity in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ValidateStateMachineDefinitionSeverity Modifier and Type Method Description static ValidateStateMachineDefinitionSeverityValidateStateMachineDefinitionSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidateStateMachineDefinitionSeverityValidateStateMachineDefinitionDiagnostic. severity()A value ofERRORmeans that you cannot create or update a state machine with this definition.static ValidateStateMachineDefinitionSeverityValidateStateMachineDefinitionSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidateStateMachineDefinitionSeverity[]ValidateStateMachineDefinitionSeverity. 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 ValidateStateMachineDefinitionSeverity Modifier and Type Method Description static Set<ValidateStateMachineDefinitionSeverity>ValidateStateMachineDefinitionSeverity. knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type ValidateStateMachineDefinitionSeverity Modifier and Type Method Description ValidateStateMachineDefinitionDiagnostic.BuilderValidateStateMachineDefinitionDiagnostic.Builder. severity(ValidateStateMachineDefinitionSeverity severity)A value ofERRORmeans that you cannot create or update a state machine with this definition.
-