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