Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailRegex
-
Packages that use GuardrailRegex Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailRegex in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailRegex Modifier and Type Method Description List<GuardrailRegex>GuardrailSensitiveInformationPolicy. regexes()The list of regular expressions configured for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailRegex Modifier and Type Method Description GuardrailSensitiveInformationPolicy.BuilderGuardrailSensitiveInformationPolicy.Builder. regexes(GuardrailRegex... regexes)The list of regular expressions configured for the guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailRegex Modifier and Type Method Description GuardrailSensitiveInformationPolicy.BuilderGuardrailSensitiveInformationPolicy.Builder. regexes(Collection<GuardrailRegex> regexes)The list of regular expressions configured for the guardrail.
-