Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailTopicConfig
-
Packages that use GuardrailTopicConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailTopicConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailTopicConfig Modifier and Type Method Description List<GuardrailTopicConfig>GuardrailTopicPolicyConfig. topicsConfig()A list of policies related to topics that the guardrail should deny.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailTopicConfig Modifier and Type Method Description GuardrailTopicPolicyConfig.BuilderGuardrailTopicPolicyConfig.Builder. topicsConfig(GuardrailTopicConfig... topicsConfig)A list of policies related to topics that the guardrail should deny.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailTopicConfig Modifier and Type Method Description GuardrailTopicPolicyConfig.BuilderGuardrailTopicPolicyConfig.Builder. topicsConfig(Collection<GuardrailTopicConfig> topicsConfig)A list of policies related to topics that the guardrail should deny.
-