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