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