| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailWordPolicyConfig |
GuardrailWordPolicyConfig.clone() |
GuardrailWordPolicyConfig |
UpdateGuardrailRequest.getWordPolicyConfig()
The word policy to configure for the guardrail.
|
GuardrailWordPolicyConfig |
CreateGuardrailRequest.getWordPolicyConfig()
The word policy you configure for the guardrail.
|
GuardrailWordPolicyConfig |
GuardrailWordPolicyConfig.withManagedWordListsConfig(Collection<GuardrailManagedWordsConfig> managedWordListsConfig)
A list of managed words to configure for the guardrail.
|
GuardrailWordPolicyConfig |
GuardrailWordPolicyConfig.withManagedWordListsConfig(GuardrailManagedWordsConfig... managedWordListsConfig)
A list of managed words to configure for the guardrail.
|
GuardrailWordPolicyConfig |
GuardrailWordPolicyConfig.withWordsConfig(Collection<GuardrailWordConfig> wordsConfig)
A list of words to configure for the guardrail.
|
GuardrailWordPolicyConfig |
GuardrailWordPolicyConfig.withWordsConfig(GuardrailWordConfig... wordsConfig)
A list of words to configure for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGuardrailRequest.setWordPolicyConfig(GuardrailWordPolicyConfig wordPolicyConfig)
The word policy to configure for the guardrail.
|
void |
CreateGuardrailRequest.setWordPolicyConfig(GuardrailWordPolicyConfig wordPolicyConfig)
The word policy you configure for the guardrail.
|
UpdateGuardrailRequest |
UpdateGuardrailRequest.withWordPolicyConfig(GuardrailWordPolicyConfig wordPolicyConfig)
The word policy to configure for the guardrail.
|
CreateGuardrailRequest |
CreateGuardrailRequest.withWordPolicyConfig(GuardrailWordPolicyConfig wordPolicyConfig)
The word policy you configure for the guardrail.
|
Copyright © 2025. All rights reserved.