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