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
Custom |
apply()
Executes the update request. |
|
abstract
Custom |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract CustomRecommendation apply()
Executes the update request.
Returns:
apply
public abstract CustomRecommendation apply(Context context)
Executes the update request.
Parameters:
Returns: