Uses of Class
software.amazon.awssdk.services.connect.model.RuleAction
-
Packages that use RuleAction Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RuleAction in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RuleAction Modifier and Type Method 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.Methods in software.amazon.awssdk.services.connect.model with parameters of type RuleAction Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. actions(RuleAction... actions)A list of actions to be run when the rule is triggered.Rule.BuilderRule.Builder. actions(RuleAction... actions)A list of actions to be run when the rule is triggered.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. actions(RuleAction... actions)A list of actions to be run when the rule is triggered.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RuleAction Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. actions(Collection<RuleAction> actions)A list of actions to be run when the rule is triggered.Rule.BuilderRule.Builder. actions(Collection<RuleAction> actions)A list of actions to be run when the rule is triggered.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. actions(Collection<RuleAction> actions)A list of actions to be run when the rule is triggered.
-