Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowValidationSeverity
-
Packages that use FlowValidationSeverity Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowValidationSeverity in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowValidationSeverity Modifier and Type Method Description static FlowValidationSeverityFlowValidationSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FlowValidationSeverityFlowValidation. severity()The severity of the issue described in the message.static FlowValidationSeverityFlowValidationSeverity. valueOf(String name)Returns 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 FlowValidationSeverity Modifier and Type Method Description static Set<FlowValidationSeverity>FlowValidationSeverity. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowValidationSeverity Modifier and Type Method Description FlowValidation.BuilderFlowValidation.Builder. severity(FlowValidationSeverity severity)The severity of the issue described in the message.
-