Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailRegexFilter
-
Packages that use GuardrailRegexFilter Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
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 GuardrailRegexFilter Modifier and Type Method Description List<GuardrailRegexFilter>GuardrailSensitiveInformationPolicyAssessment. regexes()The regex queries in the assessment.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailRegexFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. regexes(GuardrailRegexFilter... regexes)The regex queries in the assessment.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailRegexFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. regexes(Collection<GuardrailRegexFilter> regexes)The regex queries in the assessment.
-