Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTopicPolicyAction
-
Packages that use GuardrailTopicPolicyAction Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailTopicPolicyAction in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTopicPolicyAction Modifier and Type Method Description GuardrailTopicPolicyActionGuardrailTopic. action()The action the guardrail should take when it intervenes on a topic.static GuardrailTopicPolicyActionGuardrailTopicPolicyAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GuardrailTopicPolicyActionGuardrailTopicPolicyAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailTopicPolicyAction[]GuardrailTopicPolicyAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailTopicPolicyAction Modifier and Type Method Description static Set<GuardrailTopicPolicyAction>GuardrailTopicPolicyAction. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailTopicPolicyAction Modifier and Type Method Description GuardrailTopic.BuilderGuardrailTopic.Builder. action(GuardrailTopicPolicyAction action)The action the guardrail should take when it intervenes on a topic.
-