Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTopicPolicyAction
Packages that use GuardrailTopicPolicyAction
-
Uses of GuardrailTopicPolicyAction in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTopicPolicyActionModifier and TypeMethodDescriptionGuardrailTopic.action()The action the guardrail should take when it intervenes on a topic.static GuardrailTopicPolicyActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static GuardrailTopicPolicyActionReturns 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 GuardrailTopicPolicyActionModifier and TypeMethodDescriptionstatic Set<GuardrailTopicPolicyAction>GuardrailTopicPolicyAction.knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailTopicPolicyActionModifier and TypeMethodDescriptionGuardrailTopic.Builder.action(GuardrailTopicPolicyAction action) The action the guardrail should take when it intervenes on a topic.