Uses of Class
com.oracle.bmc.loadbalancer.model.Rule.Action
-
Packages that use Rule.Action Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of Rule.Action in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return Rule.Action Modifier and Type Method Description static Rule.Action
Rule.Action. create(String key)
static Rule.Action
Rule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.Action[]
Rule.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-