Uses of Class
com.oracle.bmc.datasafe.model.MaskDataDetails.ReRunFromStep
-
Packages that use MaskDataDetails.ReRunFromStep Package Description com.oracle.bmc.datasafe.model -
-
Uses of MaskDataDetails.ReRunFromStep in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskDataDetails.ReRunFromStep Modifier and Type Method Description static MaskDataDetails.ReRunFromStep
MaskDataDetails.ReRunFromStep. create(String key)
MaskDataDetails.ReRunFromStep
MaskDataDetails. getReRunFromStep()
Specifies the step from which masking needs to be rerun.static MaskDataDetails.ReRunFromStep
MaskDataDetails.ReRunFromStep. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskDataDetails.ReRunFromStep[]
MaskDataDetails.ReRunFromStep. 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 MaskDataDetails.ReRunFromStep Modifier and Type Method Description MaskDataDetails.Builder
MaskDataDetails.Builder. reRunFromStep(MaskDataDetails.ReRunFromStep reRunFromStep)
Specifies the step from which masking needs to be rerun.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskDataDetails.ReRunFromStep Constructor Description MaskDataDetails(String targetId, Boolean isDecrypt, Boolean isRerun, MaskDataDetails.ReRunFromStep reRunFromStep, String tablespace, Boolean isIgnoreErrorsEnabled, String seed, Boolean isMoveInterimTablesEnabled, Boolean isExecuteSavedScriptEnabled, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, String recompile)
Deprecated.
-