Uses of Class
com.oracle.bmc.datasafe.model.MaskingColumnLifecycleState
-
Packages that use MaskingColumnLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of MaskingColumnLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type MaskingColumnLifecycleState Modifier and Type Method Description Waiter<GetMaskingColumnRequest,GetMaskingColumnResponse>
DataSafeWaiters. forMaskingColumn(GetMaskingColumnRequest request, MaskingColumnLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMaskingColumnRequest,GetMaskingColumnResponse>
DataSafeWaiters. forMaskingColumn(GetMaskingColumnRequest request, MaskingColumnLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMaskingColumnRequest,GetMaskingColumnResponse>
DataSafeWaiters. forMaskingColumn(GetMaskingColumnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MaskingColumnLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MaskingColumnLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingColumnLifecycleState Modifier and Type Method Description static MaskingColumnLifecycleState
MaskingColumnLifecycleState. create(String key)
MaskingColumnLifecycleState
MaskingColumn. getLifecycleState()
The current state of the masking column.MaskingColumnLifecycleState
MaskingColumnSummary. getLifecycleState()
The current state of the masking column.static MaskingColumnLifecycleState
MaskingColumnLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskingColumnLifecycleState[]
MaskingColumnLifecycleState. 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 MaskingColumnLifecycleState Modifier and Type Method Description MaskingColumn.Builder
MaskingColumn.Builder. lifecycleState(MaskingColumnLifecycleState lifecycleState)
The current state of the masking column.MaskingColumnSummary.Builder
MaskingColumnSummary.Builder. lifecycleState(MaskingColumnLifecycleState lifecycleState)
The current state of the masking column.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingColumnLifecycleState Constructor Description MaskingColumn(String key, String maskingPolicyId, MaskingColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String schemaName, String objectName, ObjectType objectType, String columnName, List<String> childColumns, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, String dataType, List<MaskingFormat> maskingFormats)
Deprecated.MaskingColumnSummary(String key, String maskingPolicyId, MaskingColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String schemaName, String objectName, ObjectType objectType, String columnName, List<String> childColumns, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, String dataType, List<MaskingFormat> maskingFormats)
Deprecated. -
Uses of MaskingColumnLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return MaskingColumnLifecycleState Modifier and Type Method Description MaskingColumnLifecycleState
ListMaskingColumnsRequest. getMaskingColumnLifecycleState()
A filter to return only the resources that match the specified lifecycle states.Methods in com.oracle.bmc.datasafe.requests with parameters of type MaskingColumnLifecycleState Modifier and Type Method Description ListMaskingColumnsRequest.Builder
ListMaskingColumnsRequest.Builder. maskingColumnLifecycleState(MaskingColumnLifecycleState maskingColumnLifecycleState)
A filter to return only the resources that match the specified lifecycle states.
-