Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningLogicWarningType
Packages that use GuardrailAutomatedReasoningLogicWarningType
-
Uses of GuardrailAutomatedReasoningLogicWarningType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningLogicWarningTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailAutomatedReasoningLogicWarning.type()The category of the detected logical issue, such as statements that are always true or always false.Returns the enum constant of this type with the specified name.GuardrailAutomatedReasoningLogicWarningType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningLogicWarningTypeMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailAutomatedReasoningLogicWarningTypeModifier and TypeMethodDescriptionGuardrailAutomatedReasoningLogicWarning.Builder.type(GuardrailAutomatedReasoningLogicWarningType type) The category of the detected logical issue, such as statements that are always true or always false.