Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailRegexFilter
Packages that use GuardrailRegexFilter
-
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 GuardrailRegexFilterModifier and TypeMethodDescriptionfinal 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 GuardrailRegexFilterModifier and TypeMethodDescriptionGuardrailSensitiveInformationPolicyAssessment.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 GuardrailRegexFilterModifier and TypeMethodDescriptionGuardrailSensitiveInformationPolicyAssessment.Builder.regexes(Collection<GuardrailRegexFilter> regexes) The details of the regexes used in the sensitive policy assessment for the Guardrail.