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