Uses of Class
software.amazon.awssdk.services.comprehend.model.PiiEntityType
-
Packages that use PiiEntityType Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PiiEntityType in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PiiEntityType Modifier and Type Method Description static PiiEntityTypePiiEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PiiEntityTypeEntityLabel. name()The name of the label.PiiEntityTypePiiEntity. type()The entity's type.static PiiEntityTypePiiEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static PiiEntityType[]PiiEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type PiiEntityType Modifier and Type Method Description static Set<PiiEntityType>PiiEntityType. knownValues()List<PiiEntityType>RedactionConfig. piiEntityTypes()An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type PiiEntityType Modifier and Type Method Description EntityLabel.BuilderEntityLabel.Builder. name(PiiEntityType name)The name of the label.RedactionConfig.BuilderRedactionConfig.Builder. piiEntityTypes(PiiEntityType... piiEntityTypes)An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.PiiEntity.BuilderPiiEntity.Builder. type(PiiEntityType type)The entity's type.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type PiiEntityType Modifier and Type Method Description RedactionConfig.BuilderRedactionConfig.Builder. piiEntityTypes(Collection<PiiEntityType> piiEntityTypes)An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
-