Package | Description |
---|---|
com.oracle.bmc.events.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FaaSAction.Builder |
FaaSAction.Builder.lifecycleState(Action.LifecycleState lifecycleState) |
StreamingServiceAction.Builder |
StreamingServiceAction.Builder.lifecycleState(Action.LifecycleState lifecycleState) |
NotificationServiceAction.Builder |
NotificationServiceAction.Builder.lifecycleState(Action.LifecycleState lifecycleState) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.