Uses of Class
com.oracle.bmc.datasafe.model.FormatsForDataType
-
Packages that use FormatsForDataType Package Description com.oracle.bmc.datasafe.model -
-
Uses of FormatsForDataType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FormatsForDataType Modifier and Type Method Description FormatsForDataType
FormatsForDataType.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type FormatsForDataType Modifier and Type Method Description List<FormatsForDataType>
CompatibleFormatsForDataTypes. getFormatsForDataType()
An array of lists of basic masking formats compatible with the supported data types.Methods in com.oracle.bmc.datasafe.model with parameters of type FormatsForDataType Modifier and Type Method Description FormatsForDataType.Builder
FormatsForDataType.Builder. copy(FormatsForDataType model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type FormatsForDataType Modifier and Type Method Description CompatibleFormatsForDataTypes.Builder
CompatibleFormatsForDataTypes.Builder. formatsForDataType(List<FormatsForDataType> formatsForDataType)
An array of lists of basic masking formats compatible with the supported data types.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type FormatsForDataType Constructor Description CompatibleFormatsForDataTypes(List<FormatsForDataType> formatsForDataType)
Deprecated.
-