Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailRegexConfig
-
Packages that use GuardrailRegexConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailRegexConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailRegexConfig Modifier and Type Method Description List<GuardrailRegexConfig>GuardrailSensitiveInformationPolicyConfig. regexesConfig()A list of regular expressions to configure to the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailRegexConfig Modifier and Type Method Description GuardrailSensitiveInformationPolicyConfig.BuilderGuardrailSensitiveInformationPolicyConfig.Builder. regexesConfig(GuardrailRegexConfig... regexesConfig)A list of regular expressions to configure to the guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailRegexConfig Modifier and Type Method Description GuardrailSensitiveInformationPolicyConfig.BuilderGuardrailSensitiveInformationPolicyConfig.Builder. regexesConfig(Collection<GuardrailRegexConfig> regexesConfig)A list of regular expressions to configure to the guardrail.
-