Uses of Class
software.amazon.awssdk.services.comprehend.model.PiiEntitiesDetectionMaskMode
-
Packages that use PiiEntitiesDetectionMaskMode Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PiiEntitiesDetectionMaskMode in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PiiEntitiesDetectionMaskMode Modifier and Type Method Description static PiiEntitiesDetectionMaskModePiiEntitiesDetectionMaskMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PiiEntitiesDetectionMaskModeRedactionConfig. maskMode()Specifies whether the PII entity is redacted with the mask character or the entity type.static PiiEntitiesDetectionMaskModePiiEntitiesDetectionMaskMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PiiEntitiesDetectionMaskMode[]PiiEntitiesDetectionMaskMode. 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 PiiEntitiesDetectionMaskMode Modifier and Type Method Description static Set<PiiEntitiesDetectionMaskMode>PiiEntitiesDetectionMaskMode. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type PiiEntitiesDetectionMaskMode Modifier and Type Method Description RedactionConfig.BuilderRedactionConfig.Builder. maskMode(PiiEntitiesDetectionMaskMode maskMode)Specifies whether the PII entity is redacted with the mask character or the entity type.
-