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