Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailManagedWord
-
Packages that use GuardrailManagedWord Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailManagedWord in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailManagedWord Modifier and Type Method Description List<GuardrailManagedWord>GuardrailWordPolicyAssessment. managedWordLists()Managed word lists in the assessment.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailManagedWord Modifier and Type Method Description GuardrailWordPolicyAssessment.BuilderGuardrailWordPolicyAssessment.Builder. managedWordLists(GuardrailManagedWord... managedWordLists)Managed word lists in the assessment.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailManagedWord Modifier and Type Method Description GuardrailWordPolicyAssessment.BuilderGuardrailWordPolicyAssessment.Builder. managedWordLists(Collection<GuardrailManagedWord> managedWordLists)Managed word lists in the assessment.
-