| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
TopicRule.errorAction()
The action to perform when an error occurs.
|
Action |
TopicRulePayload.errorAction()
The action to take when an error occurs.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
TopicRule.actions()
The actions associated with the rule.
|
List<Action> |
TopicRulePayload.actions()
The actions associated with the rule.
|
| Modifier and Type | Method and Description |
|---|---|
TopicRule.Builder |
TopicRule.Builder.actions(Action... actions)
The actions associated with the rule.
|
TopicRulePayload.Builder |
TopicRulePayload.Builder.actions(Action... actions)
The actions associated with the rule.
|
TopicRule.Builder |
TopicRule.Builder.errorAction(Action errorAction)
The action to perform when an error occurs.
|
TopicRulePayload.Builder |
TopicRulePayload.Builder.errorAction(Action errorAction)
The action to take when an error occurs.
|
| Modifier and Type | Method and Description |
|---|---|
TopicRule.Builder |
TopicRule.Builder.actions(Collection<Action> actions)
The actions associated with the rule.
|
TopicRulePayload.Builder |
TopicRulePayload.Builder.actions(Collection<Action> actions)
The actions associated with the rule.
|
Copyright © 2021. All rights reserved.