Uses of Class
com.oracle.bmc.datasafe.model.UpdateColumnSourceDetails
-
Packages that use UpdateColumnSourceDetails Package Description com.oracle.bmc.datasafe.model -
-
Uses of UpdateColumnSourceDetails in com.oracle.bmc.datasafe.model
Subclasses of UpdateColumnSourceDetails in com.oracle.bmc.datasafe.model Modifier and Type Class Description class
UpdateColumnSourceSdmDetails
Details of the sensitive data model to be associated as the column source with a masking policy.class
UpdateColumnSourceTargetDetails
Details of the target database to be associated as the column source with a masking policy.Methods in com.oracle.bmc.datasafe.model that return UpdateColumnSourceDetails Modifier and Type Method Description UpdateColumnSourceDetails
UpdateMaskingPolicyDetails. getColumnSource()
Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateColumnSourceDetails Modifier and Type Method Description UpdateMaskingPolicyDetails.Builder
UpdateMaskingPolicyDetails.Builder. columnSource(UpdateColumnSourceDetails columnSource)
Constructors in com.oracle.bmc.datasafe.model with parameters of type UpdateColumnSourceDetails Constructor Description UpdateMaskingPolicyDetails(String displayName, String description, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, MaskingPolicy.Recompile recompile, String preMaskingScript, String postMaskingScript, UpdateColumnSourceDetails columnSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-