InformationProtectionPolicy.Update Interface

Implements

public static interface InformationProtectionPolicy.Update
extends WithLabels, WithInformationTypes

The template for InformationProtectionPolicy update.

Method Summary

Modifier and Type Method and Description
abstract InformationProtectionPolicy apply()

Executes the update request.

abstract InformationProtectionPolicy apply(Context context)

Executes the update request.

Method Details

apply

public abstract InformationProtectionPolicy apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract InformationProtectionPolicy apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to