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