Uses of Class
com.oracle.bmc.waas.requests.ListWaasPolicyCustomProtectionRulesRequest.Action
-
Packages that use ListWaasPolicyCustomProtectionRulesRequest.Action Package Description com.oracle.bmc.waas.requests -
-
Uses of ListWaasPolicyCustomProtectionRulesRequest.Action in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWaasPolicyCustomProtectionRulesRequest.Action Modifier and Type Method Description static ListWaasPolicyCustomProtectionRulesRequest.Action
ListWaasPolicyCustomProtectionRulesRequest.Action. create(String key)
static ListWaasPolicyCustomProtectionRulesRequest.Action
ListWaasPolicyCustomProtectionRulesRequest.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWaasPolicyCustomProtectionRulesRequest.Action[]
ListWaasPolicyCustomProtectionRulesRequest.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 ListWaasPolicyCustomProtectionRulesRequest.Action Modifier and Type Method Description List<ListWaasPolicyCustomProtectionRulesRequest.Action>
ListWaasPolicyCustomProtectionRulesRequest. getAction()
Filter rules using a list of actions.Methods in com.oracle.bmc.waas.requests with parameters of type ListWaasPolicyCustomProtectionRulesRequest.Action Modifier and Type Method Description ListWaasPolicyCustomProtectionRulesRequest.Builder
ListWaasPolicyCustomProtectionRulesRequest.Builder. action(ListWaasPolicyCustomProtectionRulesRequest.Action singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type ListWaasPolicyCustomProtectionRulesRequest.Action Modifier and Type Method Description ListWaasPolicyCustomProtectionRulesRequest.Builder
ListWaasPolicyCustomProtectionRulesRequest.Builder. action(List<ListWaasPolicyCustomProtectionRulesRequest.Action> action)
Filter rules using a list of actions.
-