Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailWordPolicyAction
Packages that use GuardrailWordPolicyAction
-
Uses of GuardrailWordPolicyAction in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailWordPolicyActionModifier and TypeMethodDescriptionGuardrailCustomWord.action()The action details for the custom word filter in the Guardrail.GuardrailManagedWord.action()The action details for the managed word filter in the Guardrail.static GuardrailWordPolicyActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static GuardrailWordPolicyActionReturns the enum constant of this type with the specified name.static GuardrailWordPolicyAction[]GuardrailWordPolicyAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailWordPolicyActionModifier and TypeMethodDescriptionstatic Set<GuardrailWordPolicyAction>GuardrailWordPolicyAction.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailWordPolicyActionModifier and TypeMethodDescriptionGuardrailCustomWord.Builder.action(GuardrailWordPolicyAction action) The action details for the custom word filter in the Guardrail.GuardrailManagedWord.Builder.action(GuardrailWordPolicyAction action) The action details for the managed word filter in the Guardrail.