Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.FlowValidationSeverity
Packages that use FlowValidationSeverity
-
Uses of FlowValidationSeverity in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowValidationSeverityModifier and TypeMethodDescriptionstatic FlowValidationSeverityUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowValidationSeverityFlowValidation.severity()The severity of the issue described in the message.static FlowValidationSeverityReturns the enum constant of this type with the specified name.static FlowValidationSeverity[]FlowValidationSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowValidationSeverityModifier and TypeMethodDescriptionstatic Set<FlowValidationSeverity>FlowValidationSeverity.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowValidationSeverityModifier and TypeMethodDescriptionFlowValidation.Builder.severity(FlowValidationSeverity severity) The severity of the issue described in the message.