Uses of Class
org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
-
Packages that use ExecuteWatchRequest.ActionExecutionMode Package Description org.elasticsearch.client.watcher -
-
Uses of ExecuteWatchRequest.ActionExecutionMode in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return ExecuteWatchRequest.ActionExecutionMode Modifier and Type Method Description static ExecuteWatchRequest.ActionExecutionModeExecuteWatchRequest.ActionExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecuteWatchRequest.ActionExecutionMode[]ExecuteWatchRequest.ActionExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.watcher that return types with arguments of type ExecuteWatchRequest.ActionExecutionMode Modifier and Type Method Description Map<String,ExecuteWatchRequest.ActionExecutionMode>ExecuteWatchRequest. getActionModes()Methods in org.elasticsearch.client.watcher with parameters of type ExecuteWatchRequest.ActionExecutionMode Modifier and Type Method Description voidExecuteWatchRequest. setActionMode(String actionId, ExecuteWatchRequest.ActionExecutionMode actionMode)Sets the action execution mode for the give action (identified by its id).
-