| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacementType.HASH |
static SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacementType.NONE |
static SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacementType.PARTIAL_REPLACEMENT_FROM_BEGINNING |
static SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacementType.PARTIAL_REPLACEMENT_FROM_END |
static SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacementType.REPLACEMENT_STRING |
| Modifier and Type | Method and Description |
|---|---|
static SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacementType.fromValue(String value) |
SensitiveDataScannerTextReplacementType |
SensitiveDataScannerTextReplacement.getType()
Type of the replacement text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensitiveDataScannerTextReplacementType.SensitiveDataScannerTextReplacementTypeSerializer.serialize(SensitiveDataScannerTextReplacementType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SensitiveDataScannerTextReplacement.setType(SensitiveDataScannerTextReplacementType type) |
SensitiveDataScannerTextReplacement |
SensitiveDataScannerTextReplacement.type(SensitiveDataScannerTextReplacementType type) |
| Constructor and Description |
|---|
SensitiveDataScannerTextReplacementTypeSerializer(Class<SensitiveDataScannerTextReplacementType> t) |
Copyright © 2024. All rights reserved.