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