public static enum ActionDetails.ActionType extends Enum<ActionDetails.ActionType> implements BmcEnum
The action to perform if the condition in the rule matches an event.
**ONS:** Send to an Oracle Notification Service topic. * **OSS:** Send to a stream from Oracle Streaming Service. * **FAAS:** Send to an Oracle Functions Service endpoint.
Modifier and Type | Method and Description |
---|---|
static ActionDetails.ActionType |
create(String key) |
String |
getValue() |
static ActionDetails.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionDetails.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionDetails.ActionType Ons
public static final ActionDetails.ActionType Oss
public static final ActionDetails.ActionType Faas
public static ActionDetails.ActionType[] values()
for (ActionDetails.ActionType c : ActionDetails.ActionType.values()) System.out.println(c);
public static ActionDetails.ActionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ActionDetails.ActionType create(String key)
Copyright © 2016–2024. All rights reserved.