Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
FormatSummary |
FormatSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FormatSummary> |
FormatsForDataType.getMaskingFormats()
An array of the basic masking formats compatible with the data type category.
|
List<FormatSummary> |
FormatsForSensitiveType.getMaskingFormats()
An array of the library masking formats compatible with the sensitive type.
|
Modifier and Type | Method and Description |
---|---|
FormatSummary.Builder |
FormatSummary.Builder.copy(FormatSummary model) |
Modifier and Type | Method and Description |
---|---|
FormatsForDataType.Builder |
FormatsForDataType.Builder.maskingFormats(List<FormatSummary> maskingFormats)
An array of the basic masking formats compatible with the data type category.
|
FormatsForSensitiveType.Builder |
FormatsForSensitiveType.Builder.maskingFormats(List<FormatSummary> maskingFormats)
An array of the library masking formats compatible with the sensitive type.
|
Constructor and Description |
---|
FormatsForDataType(String dataType,
List<FormatSummary> maskingFormats)
Deprecated.
|
FormatsForSensitiveType(String sensitiveTypeId,
List<FormatSummary> maskingFormats)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.