Uses of Class
com.oracle.bmc.waas.requests.ListRecommendationsRequest.RecommendedAction
-
Packages that use ListRecommendationsRequest.RecommendedAction Package Description com.oracle.bmc.waas.requests -
-
Uses of ListRecommendationsRequest.RecommendedAction in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListRecommendationsRequest.RecommendedAction Modifier and Type Method Description static ListRecommendationsRequest.RecommendedAction
ListRecommendationsRequest.RecommendedAction. create(String key)
ListRecommendationsRequest.RecommendedAction
ListRecommendationsRequest. getRecommendedAction()
A filter that matches recommended protection rules based on the selected action.static ListRecommendationsRequest.RecommendedAction
ListRecommendationsRequest.RecommendedAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListRecommendationsRequest.RecommendedAction[]
ListRecommendationsRequest.RecommendedAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests with parameters of type ListRecommendationsRequest.RecommendedAction Modifier and Type Method Description ListRecommendationsRequest.Builder
ListRecommendationsRequest.Builder. recommendedAction(ListRecommendationsRequest.RecommendedAction recommendedAction)
A filter that matches recommended protection rules based on the selected action.
-