Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailTopic
-
Packages that use GuardrailTopic Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailTopic in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailTopic Modifier and Type Method Description List<GuardrailTopic>GuardrailTopicPolicy. topics()A list of policies related to topics that the guardrail should deny.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailTopic Modifier and Type Method Description GuardrailTopicPolicy.BuilderGuardrailTopicPolicy.Builder. topics(GuardrailTopic... topics)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 GuardrailTopic Modifier and Type Method Description GuardrailTopicPolicy.BuilderGuardrailTopicPolicy.Builder. topics(Collection<GuardrailTopic> topics)A list of policies related to topics that the guardrail should deny.
-