public class SensitiveDataScannerTextReplacementType extends ModelEnum<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
SensitiveDataScannerTextReplacementType.SensitiveDataScannerTextReplacementTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SensitiveDataScannerTextReplacementType |
HASH |
static SensitiveDataScannerTextReplacementType |
NONE |
static SensitiveDataScannerTextReplacementType |
PARTIAL_REPLACEMENT_FROM_BEGINNING |
static SensitiveDataScannerTextReplacementType |
PARTIAL_REPLACEMENT_FROM_END |
static SensitiveDataScannerTextReplacementType |
REPLACEMENT_STRING |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static SensitiveDataScannerTextReplacementType |
fromValue(String value) |
public static final SensitiveDataScannerTextReplacementType NONE
public static final SensitiveDataScannerTextReplacementType HASH
public static final SensitiveDataScannerTextReplacementType REPLACEMENT_STRING
public static final SensitiveDataScannerTextReplacementType PARTIAL_REPLACEMENT_FROM_BEGINNING
public static final SensitiveDataScannerTextReplacementType PARTIAL_REPLACEMENT_FROM_END
public static SensitiveDataScannerTextReplacementType fromValue(String value)
Copyright © 2024. All rights reserved.