Uses of Class
com.oracle.bmc.datasafe.model.MaskingLifecycleState
-
Packages that use MaskingLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of MaskingLifecycleState in com.oracle.bmc.datasafe
-
Uses of MaskingLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingLifecycleState Modifier and Type Method Description static MaskingLifecycleState
MaskingLifecycleState. create(String key)
MaskingLifecycleState
LibraryMaskingFormat. getLifecycleState()
The current state of the library masking format.MaskingLifecycleState
LibraryMaskingFormatSummary. getLifecycleState()
The current state of the library masking format.MaskingLifecycleState
MaskingPolicy. getLifecycleState()
The current state of the masking policy.MaskingLifecycleState
MaskingPolicySummary. getLifecycleState()
The current state of the masking policy.MaskingLifecycleState
MaskingReport. getLifecycleState()
The current state of the masking report.MaskingLifecycleState
MaskingReportSummary. getLifecycleState()
The current state of the masking report.static MaskingLifecycleState
MaskingLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskingLifecycleState[]
MaskingLifecycleState. 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 MaskingLifecycleState Modifier and Type Method Description LibraryMaskingFormat.Builder
LibraryMaskingFormat.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.LibraryMaskingFormatSummary.Builder
LibraryMaskingFormatSummary.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.MaskingPolicy.Builder
MaskingPolicy.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking policy.MaskingPolicySummary.Builder
MaskingPolicySummary.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking policy.MaskingReport.Builder
MaskingReport.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking report.MaskingReportSummary.Builder
MaskingReportSummary.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the masking report.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingLifecycleState Constructor Description LibraryMaskingFormat(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MaskingLifecycleState lifecycleState, String description, List<String> sensitiveTypeIds, LibraryMaskingFormatSource source, List<FormatEntry> formatEntries, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.LibraryMaskingFormatSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MaskingLifecycleState lifecycleState, String description, List<String> sensitiveTypeIds, LibraryMaskingFormatSource source, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.MaskingPolicy(String id, String compartmentId, String displayName, Date timeCreated, MaskingLifecycleState lifecycleState, Date timeUpdated, String description, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, MaskingPolicy.Recompile recompile, String preMaskingScript, String postMaskingScript, ColumnSourceDetails columnSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.MaskingPolicySummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MaskingLifecycleState lifecycleState, String description, ColumnSourceDetails columnSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.MaskingReport(String id, String compartmentId, String maskingWorkRequestId, String maskingPolicyId, String targetId, Long totalMaskedSensitiveTypes, Long totalMaskedSchemas, Long totalMaskedObjects, Long totalMaskedColumns, Long totalMaskedValues, Date timeMaskingStarted, Date timeMaskingFinished, MaskingLifecycleState lifecycleState, Date timeCreated, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, String recompile, MaskingReport.MaskingStatus maskingStatus, Long totalPreMaskingScriptErrors, Long totalPostMaskingScriptErrors)
Deprecated.MaskingReportSummary(String id, String compartmentId, String maskingWorkRequestId, String maskingPolicyId, String targetId, Long totalMaskedSensitiveTypes, Long totalMaskedSchemas, Long totalMaskedObjects, Long totalMaskedColumns, Long totalMaskedValues, Date timeMaskingStarted, Date timeMaskingFinished, MaskingLifecycleState lifecycleState, Date timeCreated, Boolean isDropTempTablesEnabled, Boolean isRedoLoggingEnabled, Boolean isRefreshStatsEnabled, String parallelDegree, String recompile, MaskingReportSummary.MaskingStatus maskingStatus, Long totalPreMaskingScriptErrors, Long totalPostMaskingScriptErrors)
Deprecated. -
Uses of MaskingLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return MaskingLifecycleState Modifier and Type Method Description MaskingLifecycleState
ListLibraryMaskingFormatsRequest. getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.MaskingLifecycleState
ListMaskingPoliciesRequest. getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.MaskingLifecycleState
ListMaskingPolicyHealthReportsRequest. getLifecycleState()
A filter to return only the resources that match the specified lifecycle states.Methods in com.oracle.bmc.datasafe.requests with parameters of type MaskingLifecycleState Modifier and Type Method Description ListLibraryMaskingFormatsRequest.Builder
ListLibraryMaskingFormatsRequest.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.ListMaskingPoliciesRequest.Builder
ListMaskingPoliciesRequest.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.ListMaskingPolicyHealthReportsRequest.Builder
ListMaskingPolicyHealthReportsRequest.Builder. lifecycleState(MaskingLifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle states.
-