Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailWordPolicyAction
-
Packages that use GuardrailWordPolicyAction Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailWordPolicyAction in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailWordPolicyAction Modifier and Type Method Description GuardrailWordPolicyActionGuardrailCustomWord. action()The action for the custom word.GuardrailWordPolicyActionGuardrailManagedWord. action()The action for the managed word.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.bedrockruntime.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.bedrockruntime.model with parameters of type GuardrailWordPolicyAction Modifier and Type Method Description GuardrailCustomWord.BuilderGuardrailCustomWord.Builder. action(GuardrailWordPolicyAction action)The action for the custom word.GuardrailManagedWord.BuilderGuardrailManagedWord.Builder. action(GuardrailWordPolicyAction action)The action for the managed word.
-