Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailPiiEntity
-
Packages that use GuardrailPiiEntity Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailPiiEntity in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailPiiEntity Modifier and Type Method Description List<GuardrailPiiEntity>GuardrailSensitiveInformationPolicy. piiEntities()The list of PII entities configured for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailPiiEntity Modifier and Type Method Description GuardrailSensitiveInformationPolicy.BuilderGuardrailSensitiveInformationPolicy.Builder. piiEntities(GuardrailPiiEntity... piiEntities)The list of PII entities configured for the guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailPiiEntity Modifier and Type Method Description GuardrailSensitiveInformationPolicy.BuilderGuardrailSensitiveInformationPolicy.Builder. piiEntities(Collection<GuardrailPiiEntity> piiEntities)The list of PII entities configured for the guardrail.
-