Uses of Class
com.oracle.bmc.waas.requests.ListWafLogsRequest.Action
-
Packages that use ListWafLogsRequest.Action Package Description com.oracle.bmc.waas.requests -
-
Uses of ListWafLogsRequest.Action in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWafLogsRequest.Action Modifier and Type Method Description static ListWafLogsRequest.ActionListWafLogsRequest.Action. create(String key)static ListWafLogsRequest.ActionListWafLogsRequest.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ListWafLogsRequest.Action[]ListWafLogsRequest.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests that return types with arguments of type ListWafLogsRequest.Action Modifier and Type Method Description List<ListWafLogsRequest.Action>ListWafLogsRequest. getAction()Filters logs by Web Application Firewall action.Methods in com.oracle.bmc.waas.requests with parameters of type ListWafLogsRequest.Action Modifier and Type Method Description ListWafLogsRequest.BuilderListWafLogsRequest.Builder. action(ListWafLogsRequest.Action singularValue)Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type ListWafLogsRequest.Action Modifier and Type Method Description ListWafLogsRequest.BuilderListWafLogsRequest.Builder. action(List<ListWafLogsRequest.Action> action)Filters logs by Web Application Firewall action.
-