AlertProcessingRule.Update Interface

Implements

public static interface AlertProcessingRule.Update
extends WithTags, WithEnabled

The template for AlertProcessingRule update.

Method Summary

Modifier and Type Method and Description
abstract AlertProcessingRule apply()

Executes the update request.

abstract AlertProcessingRule apply(Context context)

Executes the update request.

Method Details

apply

public abstract AlertProcessingRule apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract AlertProcessingRule apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to