| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.clone() |
GuardrailSensitiveInformationPolicyConfig |
UpdateGuardrailRequest.getSensitiveInformationPolicyConfig()
The sensitive information policy to configure for the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
CreateGuardrailRequest.getSensitiveInformationPolicyConfig()
The sensitive information policy to configure for the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withPiiEntitiesConfig(Collection<GuardrailPiiEntityConfig> piiEntitiesConfig)
A list of PII entities to configure to the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withPiiEntitiesConfig(GuardrailPiiEntityConfig... piiEntitiesConfig)
A list of PII entities to configure to the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withRegexesConfig(Collection<GuardrailRegexConfig> regexesConfig)
A list of regular expressions to configure to the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withRegexesConfig(GuardrailRegexConfig... regexesConfig)
A list of regular expressions to configure to the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGuardrailRequest.setSensitiveInformationPolicyConfig(GuardrailSensitiveInformationPolicyConfig sensitiveInformationPolicyConfig)
The sensitive information policy to configure for the guardrail.
|
void |
CreateGuardrailRequest.setSensitiveInformationPolicyConfig(GuardrailSensitiveInformationPolicyConfig sensitiveInformationPolicyConfig)
The sensitive information policy to configure for the guardrail.
|
UpdateGuardrailRequest |
UpdateGuardrailRequest.withSensitiveInformationPolicyConfig(GuardrailSensitiveInformationPolicyConfig sensitiveInformationPolicyConfig)
The sensitive information policy to configure for the guardrail.
|
CreateGuardrailRequest |
CreateGuardrailRequest.withSensitiveInformationPolicyConfig(GuardrailSensitiveInformationPolicyConfig sensitiveInformationPolicyConfig)
The sensitive information policy to configure for the guardrail.
|
Copyright © 2024. All rights reserved.