| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<RuleAction> |
CreateRuleRequest.actions()
A list of actions to be run when the rule is triggered.
|
List<RuleAction> |
Rule.actions()
A list of actions to be run when the rule is triggered.
|
List<RuleAction> |
UpdateRuleRequest.actions()
A list of actions to be run when the rule is triggered.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.actions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
Rule.Builder |
Rule.Builder.actions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
UpdateRuleRequest.Builder |
UpdateRuleRequest.Builder.actions(RuleAction... actions)
A list of actions to be run when the rule is triggered.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.actions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
Rule.Builder |
Rule.Builder.actions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
UpdateRuleRequest.Builder |
UpdateRuleRequest.Builder.actions(Collection<RuleAction> actions)
A list of actions to be run when the rule is triggered.
|
Copyright © 2023. All rights reserved.