Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailTopicAction
-
Packages that use GuardrailTopicAction Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailTopicAction in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailTopicAction Modifier and Type Method Description static GuardrailTopicActionGuardrailTopicAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailTopicActionGuardrailTopic. inputAction()The action to take when harmful content is detected in the input.GuardrailTopicActionGuardrailTopicConfig. inputAction()Specifies the action to take when harmful content is detected in the input.GuardrailTopicActionGuardrailTopic. outputAction()The action to take when harmful content is detected in the output.GuardrailTopicActionGuardrailTopicConfig. outputAction()Specifies the action to take when harmful content is detected in the output.static GuardrailTopicActionGuardrailTopicAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GuardrailTopicAction[]GuardrailTopicAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailTopicAction Modifier and Type Method Description static Set<GuardrailTopicAction>GuardrailTopicAction. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailTopicAction Modifier and Type Method Description GuardrailTopic.BuilderGuardrailTopic.Builder. inputAction(GuardrailTopicAction inputAction)The action to take when harmful content is detected in the input.GuardrailTopicConfig.BuilderGuardrailTopicConfig.Builder. inputAction(GuardrailTopicAction inputAction)Specifies the action to take when harmful content is detected in the input.GuardrailTopic.BuilderGuardrailTopic.Builder. outputAction(GuardrailTopicAction outputAction)The action to take when harmful content is detected in the output.GuardrailTopicConfig.BuilderGuardrailTopicConfig.Builder. outputAction(GuardrailTopicAction outputAction)Specifies the action to take when harmful content is detected in the output.
-