Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailManagedWord
Packages that use GuardrailManagedWord
-
Uses of GuardrailManagedWord in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailManagedWordModifier and TypeMethodDescriptionfinal List<GuardrailManagedWord>GuardrailWordPolicyAssessment.managedWordLists()The managed word lists for words defined in the Guardrail filter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailManagedWordModifier and TypeMethodDescriptionGuardrailWordPolicyAssessment.Builder.managedWordLists(GuardrailManagedWord... managedWordLists) The managed word lists for words defined in the Guardrail filter.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailManagedWordModifier and TypeMethodDescriptionGuardrailWordPolicyAssessment.Builder.managedWordLists(Collection<GuardrailManagedWord> managedWordLists) The managed word lists for words defined in the Guardrail filter.