public static enum ListRecommendationsRequest.RecommendedAction extends Enum<ListRecommendationsRequest.RecommendedAction> implements BmcEnum
A filter that matches recommended protection rules based on the selected action. If unspecified, rules with any action type are returned.
Modifier and Type | Method and Description |
---|---|
static ListRecommendationsRequest.RecommendedAction |
create(String key) |
String |
getValue() |
static ListRecommendationsRequest.RecommendedAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListRecommendationsRequest.RecommendedAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListRecommendationsRequest.RecommendedAction Detect
public static final ListRecommendationsRequest.RecommendedAction Block
public static ListRecommendationsRequest.RecommendedAction[] values()
for (ListRecommendationsRequest.RecommendedAction c : ListRecommendationsRequest.RecommendedAction.values()) System.out.println(c);
public static ListRecommendationsRequest.RecommendedAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListRecommendationsRequest.RecommendedAction create(String key)
Copyright © 2016–2024. All rights reserved.