| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailRegexFilter |
GuardrailRegexFilter.clone() |
GuardrailRegexFilter |
GuardrailRegexFilter.withAction(GuardrailSensitiveInformationPolicyAction action)
The region filter action.
|
GuardrailRegexFilter |
GuardrailRegexFilter.withAction(String action)
The region filter action.
|
GuardrailRegexFilter |
GuardrailRegexFilter.withMatch(String match)
The regesx filter match.
|
GuardrailRegexFilter |
GuardrailRegexFilter.withName(String name)
The regex filter name.
|
GuardrailRegexFilter |
GuardrailRegexFilter.withRegex(String regex)
The regex query.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailRegexFilter> |
GuardrailSensitiveInformationPolicyAssessment.getRegexes()
The regex queries in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailSensitiveInformationPolicyAssessment |
GuardrailSensitiveInformationPolicyAssessment.withRegexes(GuardrailRegexFilter... regexes)
The regex queries in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailSensitiveInformationPolicyAssessment.setRegexes(Collection<GuardrailRegexFilter> regexes)
The regex queries in the assessment.
|
GuardrailSensitiveInformationPolicyAssessment |
GuardrailSensitiveInformationPolicyAssessment.withRegexes(Collection<GuardrailRegexFilter> regexes)
The regex queries in the assessment.
|
Copyright © 2024. All rights reserved.