AlertRuleRecommendations Interface
public interface AlertRuleRecommendations
Resource collection API of AlertRuleRecommendations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String targetType)
Retrieve alert rule recommendations for a target type. |
|
abstract
Paged |
list(String targetType, Context context)
Retrieve alert rule recommendations for a target type. |
|
abstract
Paged |
listByResource(String resourceUri)
Retrieve alert rule recommendations for a resource. |
|
abstract
Paged |
listByResource(String resourceUri, Context context)
Retrieve alert rule recommendations for a resource. |
Method Details
list
public abstract PagedIterable<AlertRuleRecommendationResource> list(String targetType)
Retrieve alert rule recommendations for a target type.
Parameters:
Returns:
list
public abstract PagedIterable<AlertRuleRecommendationResource> list(String targetType, Context context)
Retrieve alert rule recommendations for a target type.
Parameters:
Returns:
listByResource
public abstract PagedIterable<AlertRuleRecommendationResource> listByResource(String resourceUri)
Retrieve alert rule recommendations for a resource.
Parameters:
Returns:
listByResource
public abstract PagedIterable<AlertRuleRecommendationResource> listByResource(String resourceUri, Context context)
Retrieve alert rule recommendations for a resource.
Parameters:
Returns: