Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailWord
-
Packages that use GuardrailWord Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailWord in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailWord Modifier and Type Method Description List<GuardrailWord>GuardrailWordPolicy. words()A list of words configured for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailWord Modifier and Type Method Description GuardrailWordPolicy.BuilderGuardrailWordPolicy.Builder. words(GuardrailWord... words)A list of words configured for the guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailWord Modifier and Type Method Description GuardrailWordPolicy.BuilderGuardrailWordPolicy.Builder. words(Collection<GuardrailWord> words)A list of words configured for the guardrail.
-