Uses of Class
com.oracle.bmc.datasafe.model.FormatSummary
-
Packages that use FormatSummary Package Description com.oracle.bmc.datasafe.model -
-
Uses of FormatSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FormatSummary Modifier and Type Method Description FormatSummary
FormatSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type FormatSummary Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.model with parameters of type FormatSummary Modifier and Type Method Description FormatSummary.Builder
FormatSummary.Builder. copy(FormatSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type FormatSummary Modifier and Type Method 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 parameters in com.oracle.bmc.datasafe.model with type arguments of type FormatSummary Constructor Description FormatsForDataType(String dataType, List<FormatSummary> maskingFormats)
Deprecated.FormatsForSensitiveType(String sensitiveTypeId, List<FormatSummary> maskingFormats)
Deprecated.
-