Uses of Class
software.amazon.awssdk.services.comprehend.model.PiiEntity
-
Packages that use PiiEntity Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PiiEntity in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type PiiEntity Modifier and Type Method Description List<PiiEntity>DetectPiiEntitiesResponse. entities()A collection of PII entities identified in the input text.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type PiiEntity Modifier and Type Method Description DetectPiiEntitiesResponse.BuilderDetectPiiEntitiesResponse.Builder. entities(PiiEntity... entities)A collection of PII entities identified in the input text.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type PiiEntity Modifier and Type Method Description DetectPiiEntitiesResponse.BuilderDetectPiiEntitiesResponse.Builder. entities(Collection<PiiEntity> entities)A collection of PII entities identified in the input text.
-