Uses of Class
com.oracle.bmc.events.model.Action.LifecycleState
-
Packages that use Action.LifecycleState Package Description com.oracle.bmc.events.model -
-
Uses of Action.LifecycleState in com.oracle.bmc.events.model
Methods in com.oracle.bmc.events.model that return Action.LifecycleState Modifier and Type Method Description static Action.LifecycleState
Action.LifecycleState. create(String key)
Action.LifecycleState
Action. getLifecycleState()
The current state of the rule.static Action.LifecycleState
Action.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action.LifecycleState[]
Action.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.events.model with parameters of type Action.LifecycleState Modifier and Type Method Description FaaSAction.Builder
FaaSAction.Builder. lifecycleState(Action.LifecycleState lifecycleState)
NotificationServiceAction.Builder
NotificationServiceAction.Builder. lifecycleState(Action.LifecycleState lifecycleState)
StreamingServiceAction.Builder
StreamingServiceAction.Builder. lifecycleState(Action.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.events.model with parameters of type Action.LifecycleState Constructor Description Action(String id, String lifecycleMessage, Action.LifecycleState lifecycleState, Boolean isEnabled, String description)
Deprecated.FaaSAction(String id, String lifecycleMessage, Action.LifecycleState lifecycleState, Boolean isEnabled, String description, String functionId)
Deprecated.NotificationServiceAction(String id, String lifecycleMessage, Action.LifecycleState lifecycleState, Boolean isEnabled, String description, String topicId)
Deprecated.StreamingServiceAction(String id, String lifecycleMessage, Action.LifecycleState lifecycleState, Boolean isEnabled, String description, String streamId)
Deprecated.
-