| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailManagedWord |
GuardrailManagedWord.clone() |
GuardrailManagedWord |
GuardrailManagedWord.withAction(GuardrailWordPolicyAction action)
The action for the managed word.
|
GuardrailManagedWord |
GuardrailManagedWord.withAction(String action)
The action for the managed word.
|
GuardrailManagedWord |
GuardrailManagedWord.withMatch(String match)
The match for the managed word.
|
GuardrailManagedWord |
GuardrailManagedWord.withType(GuardrailManagedWordType type)
The type for the managed word.
|
GuardrailManagedWord |
GuardrailManagedWord.withType(String type)
The type for the managed word.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailManagedWord> |
GuardrailWordPolicyAssessment.getManagedWordLists()
Managed word lists in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailWordPolicyAssessment |
GuardrailWordPolicyAssessment.withManagedWordLists(GuardrailManagedWord... managedWordLists)
Managed word lists in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailWordPolicyAssessment.setManagedWordLists(Collection<GuardrailManagedWord> managedWordLists)
Managed word lists in the assessment.
|
GuardrailWordPolicyAssessment |
GuardrailWordPolicyAssessment.withManagedWordLists(Collection<GuardrailManagedWord> managedWordLists)
Managed word lists in the assessment.
|
Copyright © 2025. All rights reserved.