Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailRegexFilter
Packages that use GuardrailRegexFilter
-
Uses of GuardrailRegexFilter in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailRegexFilterModifier and TypeMethodDescriptionfinal List<GuardrailRegexFilter>GuardrailSensitiveInformationPolicyAssessment.regexes()The regex queries in the assessment.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailRegexFilterModifier and TypeMethodDescriptionGuardrailSensitiveInformationPolicyAssessment.Builder.regexes(GuardrailRegexFilter... regexes) The regex queries in the assessment.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailRegexFilterModifier and TypeMethodDescriptionGuardrailSensitiveInformationPolicyAssessment.Builder.regexes(Collection<GuardrailRegexFilter> regexes) The regex queries in the assessment.