Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailManagedWordsConfig
-
Packages that use GuardrailManagedWordsConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailManagedWordsConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailManagedWordsConfig Modifier and Type Method Description List<GuardrailManagedWordsConfig>GuardrailWordPolicyConfig. managedWordListsConfig()A list of managed words to configure for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailManagedWordsConfig Modifier and Type Method Description GuardrailWordPolicyConfig.BuilderGuardrailWordPolicyConfig.Builder. managedWordListsConfig(GuardrailManagedWordsConfig... managedWordListsConfig)A list of managed words to configure for the guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailManagedWordsConfig Modifier and Type Method Description GuardrailWordPolicyConfig.BuilderGuardrailWordPolicyConfig.Builder. managedWordListsConfig(Collection<GuardrailManagedWordsConfig> managedWordListsConfig)A list of managed words to configure for the guardrail.
-