Uses of Class
com.oracle.bmc.datasafe.model.DifferenceColumn.SyncStatus
-
Packages that use DifferenceColumn.SyncStatus Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of DifferenceColumn.SyncStatus in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DifferenceColumn.SyncStatus Modifier and Type Method Description static DifferenceColumn.SyncStatus
DifferenceColumn.SyncStatus. create(String key)
DifferenceColumn.SyncStatus
DifferenceColumn. getSyncStatus()
Indicates if the difference column has been processed.DifferenceColumn.SyncStatus
DifferenceColumnSummary. getSyncStatus()
Indicates if the difference column has been processed.Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.static DifferenceColumn.SyncStatus
DifferenceColumn.SyncStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DifferenceColumn.SyncStatus[]
DifferenceColumn.SyncStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type DifferenceColumn.SyncStatus Modifier and Type Method Description DifferenceColumn.Builder
DifferenceColumn.Builder. syncStatus(DifferenceColumn.SyncStatus syncStatus)
Indicates if the difference column has been processed.DifferenceColumnSummary.Builder
DifferenceColumnSummary.Builder. syncStatus(DifferenceColumn.SyncStatus syncStatus)
Indicates if the difference column has been processed.Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.Constructors in com.oracle.bmc.datasafe.model with parameters of type DifferenceColumn.SyncStatus Constructor Description DifferenceColumn(String key, DifferenceColumn.DifferenceType differenceType, String sensitiveColumnkey, String maskingColumnkey, String schemaName, String objectName, String columnName, String sensitiveTypeId, DifferenceColumn.PlannedAction plannedAction, DifferenceColumn.SyncStatus syncStatus, Date timeLastSynced)
Deprecated.DifferenceColumnSummary(String key, DifferenceColumn.DifferenceType differenceType, String sensitiveColumnkey, String maskingColumnkey, String schemaName, String objectName, String columnName, String sensitiveTypeId, DifferenceColumn.PlannedAction plannedAction, DifferenceColumn.SyncStatus syncStatus, Date timeLastSynced)
Deprecated. -
Uses of DifferenceColumn.SyncStatus in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DifferenceColumn.SyncStatus Modifier and Type Method Description DifferenceColumn.SyncStatus
ListDifferenceColumnsRequest. getSyncStatus()
A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.Methods in com.oracle.bmc.datasafe.requests with parameters of type DifferenceColumn.SyncStatus Modifier and Type Method Description ListDifferenceColumnsRequest.Builder
ListDifferenceColumnsRequest.Builder. syncStatus(DifferenceColumn.SyncStatus syncStatus)
A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
-