Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MaskDataDetails.Builder |
MaskDataDetails.Builder.reRunFromStep(MaskDataDetails.ReRunFromStep reRunFromStep)
Specifies the step from which masking needs to be rerun.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.