| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
RuleAction.clone() |
RuleAction |
RuleAction.withActionType(ActionType actionType)
The type of action that creates a rule.
|
RuleAction |
RuleAction.withActionType(String actionType)
The type of action that creates a rule.
|
RuleAction |
RuleAction.withAssignContactCategoryAction(AssignContactCategoryActionDefinition assignContactCategoryAction)
Information about the contact category action.
|
RuleAction |
RuleAction.withCreateCaseAction(CreateCaseActionDefinition createCaseAction)
Information about the create case action.
|
RuleAction |
RuleAction.withEndAssociatedTasksAction(EndAssociatedTasksActionDefinition endAssociatedTasksAction)
Information about the end associated tasks action.
|
RuleAction |
RuleAction.withEventBridgeAction(EventBridgeActionDefinition eventBridgeAction)
Information about the EventBridge action.
|
RuleAction |
RuleAction.withSendNotificationAction(SendNotificationActionDefinition sendNotificationAction)
Information about the send notification action.
|
RuleAction |
RuleAction.withSubmitAutoEvaluationAction(SubmitAutoEvaluationActionDefinition submitAutoEvaluationAction)
Information about the submit automated evaluation action.
|
RuleAction |
RuleAction.withTaskAction(TaskActionDefinition taskAction)
Information about the task action.
|
RuleAction |
RuleAction.withUpdateCaseAction(UpdateCaseActionDefinition updateCaseAction)
Information about the update case action.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleAction> |
UpdateRuleRequest.getActions()
A list of actions to be run when the rule is triggered.
|
List<RuleAction> |
CreateRuleRequest.getActions()
A list of actions to be run when the rule is triggered.
|
List<RuleAction> |
Rule.getActions()
A list of actions to be run when the rule is triggered.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleRequest |
UpdateRuleRequest.withActions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
CreateRuleRequest |
CreateRuleRequest.withActions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
Rule |
Rule.withActions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRuleRequest.setActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
void |
CreateRuleRequest.setActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
void |
Rule.setActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
UpdateRuleRequest |
UpdateRuleRequest.withActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
CreateRuleRequest |
CreateRuleRequest.withActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
Rule |
Rule.withActions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
Copyright © 2024. All rights reserved.