Share via


CustomRecommendation.Update Interface

Implements

public static interface CustomRecommendation.Update
extends WithQuery, WithCloudProviders, WithSeverity, WithSecurityIssue, WithDisplayName, WithDescription, WithRemediationDescription

The template for CustomRecommendation update.

Method Summary

Modifier and Type Method and Description
abstract CustomRecommendation apply()

Executes the update request.

abstract CustomRecommendation apply(Context context)

Executes the update request.

Method Details

apply

public abstract CustomRecommendation apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract CustomRecommendation apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to