Uses of Class
com.oracle.bmc.events.model.Action
-
Packages that use Action Package Description com.oracle.bmc.events.model -
-
Uses of Action in com.oracle.bmc.events.model
Subclasses of Action in com.oracle.bmc.events.model Modifier and Type Class Description class
FaaSAction
An action that delivers to an Oracle Functions endpoint.class
NotificationServiceAction
An action that delivers to an Oracle Notification Service topic.class
StreamingServiceAction
An action that delivers to an Oracle Stream Service stream.Methods in com.oracle.bmc.events.model that return types with arguments of type Action Modifier and Type Method Description List<Action>
ActionList. getActions()
A list of one or more Action objects.Method parameters in com.oracle.bmc.events.model with type arguments of type Action Modifier and Type Method Description ActionList.Builder
ActionList.Builder. actions(List<Action> actions)
A list of one or more Action objects.Constructor parameters in com.oracle.bmc.events.model with type arguments of type Action Constructor Description ActionList(List<Action> actions)
Deprecated.
-