Uses of Class
software.amazon.awssdk.services.iot.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Action in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Action Modifier and Type Method Description ActionTopicRule. errorAction()The action to perform when an error occurs.ActionTopicRulePayload. errorAction()The action to take when an error occurs.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Action Modifier and Type Method Description List<Action>TopicRule. actions()The actions associated with the rule.List<Action>TopicRulePayload. actions()The actions associated with the rule.Methods in software.amazon.awssdk.services.iot.model with parameters of type Action Modifier and Type Method Description TopicRule.BuilderTopicRule.Builder. actions(Action... actions)The actions associated with the rule.TopicRulePayload.BuilderTopicRulePayload.Builder. actions(Action... actions)The actions associated with the rule.TopicRule.BuilderTopicRule.Builder. errorAction(Action errorAction)The action to perform when an error occurs.TopicRulePayload.BuilderTopicRulePayload.Builder. errorAction(Action errorAction)The action to take when an error occurs.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Action Modifier and Type Method Description TopicRule.BuilderTopicRule.Builder. actions(Collection<Action> actions)The actions associated with the rule.TopicRulePayload.BuilderTopicRulePayload.Builder. actions(Collection<Action> actions)The actions associated with the rule.
-