Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailTopicPolicyConfig
-
Packages that use GuardrailTopicPolicyConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailTopicPolicyConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailTopicPolicyConfig Modifier and Type Method Description GuardrailTopicPolicyConfigCreateGuardrailRequest. topicPolicyConfig()The topic policies to configure for the guardrail.GuardrailTopicPolicyConfigUpdateGuardrailRequest. topicPolicyConfig()The topic policy to configure for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailTopicPolicyConfig Modifier and Type Method Description CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. topicPolicyConfig(GuardrailTopicPolicyConfig topicPolicyConfig)The topic policies to configure for the guardrail.UpdateGuardrailRequest.BuilderUpdateGuardrailRequest.Builder. topicPolicyConfig(GuardrailTopicPolicyConfig topicPolicyConfig)The topic policy to configure for the guardrail.
-