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