Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailWordPolicyAction
-
Packages that use GuardrailWordPolicyAction Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GuardrailWordPolicyAction in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailWordPolicyAction Modifier and Type Method Description GuardrailWordPolicyActionGuardrailCustomWord. action()The action details for the custom word filter in the Guardrail.GuardrailWordPolicyActionGuardrailManagedWord. action()The action details for the managed word filter in the Guardrail.static GuardrailWordPolicyActionGuardrailWordPolicyAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GuardrailWordPolicyActionGuardrailWordPolicyAction. valueOf(String name)Returns 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 GuardrailWordPolicyAction Modifier and Type Method Description static Set<GuardrailWordPolicyAction>GuardrailWordPolicyAction. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailWordPolicyAction Modifier and Type Method Description GuardrailCustomWord.BuilderGuardrailCustomWord.Builder. action(GuardrailWordPolicyAction action)The action details for the custom word filter in the Guardrail.GuardrailManagedWord.BuilderGuardrailManagedWord.Builder. action(GuardrailWordPolicyAction action)The action details for the managed word filter in the Guardrail.
-