DataMaskingRule.Update Interface

Implements

public static interface DataMaskingRule.Update
extends WithAliasName, WithRuleState, WithSchemaName, WithTableName, WithColumnName, WithMaskingFunction, WithNumberFrom, WithNumberTo, WithPrefixSize, WithSuffixSize, WithReplacementString

The template for DataMaskingRule update.

Method Summary

Modifier and Type Method and Description
abstract DataMaskingRule apply()

Executes the update request.

abstract DataMaskingRule apply(Context context)

Executes the update request.

Method Details

apply

public abstract DataMaskingRule apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract DataMaskingRule apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to