Uses of Class
com.oracle.bmc.datasafe.model.FormatsForSensitiveType
-
Packages that use FormatsForSensitiveType Package Description com.oracle.bmc.datasafe.model -
-
Uses of FormatsForSensitiveType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FormatsForSensitiveType Modifier and Type Method Description FormatsForSensitiveTypeFormatsForSensitiveType.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type FormatsForSensitiveType Modifier and Type Method Description List<FormatsForSensitiveType>CompatibleFormatsForSensitiveTypes. getFormatsForSensitiveType()An array of library masking formats compatible with the existing sensitive types.Methods in com.oracle.bmc.datasafe.model with parameters of type FormatsForSensitiveType Modifier and Type Method Description FormatsForSensitiveType.BuilderFormatsForSensitiveType.Builder. copy(FormatsForSensitiveType model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type FormatsForSensitiveType Modifier and Type Method Description CompatibleFormatsForSensitiveTypes.BuilderCompatibleFormatsForSensitiveTypes.Builder. formatsForSensitiveType(List<FormatsForSensitiveType> formatsForSensitiveType)An array of library masking formats compatible with the existing sensitive types.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type FormatsForSensitiveType Constructor Description CompatibleFormatsForSensitiveTypes(List<FormatsForSensitiveType> formatsForSensitiveType)Deprecated.
-