Uses of Enum
software.amazon.awssdk.services.sfn.model.ValidateStateMachineDefinitionSeverity
Packages that use ValidateStateMachineDefinitionSeverity
-
Uses of ValidateStateMachineDefinitionSeverity in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ValidateStateMachineDefinitionSeverityModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ValidateStateMachineDefinitionDiagnostic.severity()A value ofERRORmeans that you cannot create or update a state machine with this definition.ValidateStateMachineDefinitionRequest.severity()Minimum level of diagnostics to return.Returns the enum constant of this type with the specified name.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 ValidateStateMachineDefinitionSeverityMethods in software.amazon.awssdk.services.sfn.model with parameters of type ValidateStateMachineDefinitionSeverityModifier and TypeMethodDescriptionValidateStateMachineDefinitionDiagnostic.Builder.severity(ValidateStateMachineDefinitionSeverity severity) A value ofERRORmeans that you cannot create or update a state machine with this definition.ValidateStateMachineDefinitionRequest.Builder.severity(ValidateStateMachineDefinitionSeverity severity) Minimum level of diagnostics to return.