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