Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailRegexFilter
-
Packages that use GuardrailRegexFilter Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GuardrailRegexFilter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailRegexFilter Modifier and Type Method Description List<GuardrailRegexFilter>GuardrailSensitiveInformationPolicyAssessment. regexes()The details of the regexes used in the sensitive policy assessment for the Guardrail.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailRegexFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. regexes(GuardrailRegexFilter... regexes)The details of the regexes used in the sensitive policy assessment for the Guardrail.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailRegexFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. regexes(Collection<GuardrailRegexFilter> regexes)The details of the regexes used in the sensitive policy assessment for the Guardrail.
-