Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailTopicPolicyAction
Packages that use GuardrailTopicPolicyAction
-
Uses of GuardrailTopicPolicyAction in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailTopicPolicyActionModifier and TypeMethodDescriptionGuardrailTopic.action()The action details on a specific topic in the Guardrail.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.bedrockagentruntime.model that return types with arguments of type GuardrailTopicPolicyActionModifier and TypeMethodDescriptionstatic Set<GuardrailTopicPolicyAction>GuardrailTopicPolicyAction.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailTopicPolicyActionModifier and TypeMethodDescriptionGuardrailTopic.Builder.action(GuardrailTopicPolicyAction action) The action details on a specific topic in the Guardrail.