Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailTopic
-
Packages that use GuardrailTopic Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GuardrailTopic in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailTopic Modifier and Type Method Description List<GuardrailTopic>GuardrailTopicPolicyAssessment. topics()The topic details of the policy assessment used in the Guardrail.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailTopic Modifier and Type Method Description GuardrailTopicPolicyAssessment.BuilderGuardrailTopicPolicyAssessment.Builder. topics(GuardrailTopic... topics)The topic details of the policy assessment used in the Guardrail.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailTopic Modifier and Type Method Description GuardrailTopicPolicyAssessment.BuilderGuardrailTopicPolicyAssessment.Builder. topics(Collection<GuardrailTopic> topics)The topic details of the policy assessment used in the Guardrail.
-