Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
TopicRule |
TopicRule.clone() |
TopicRule |
GetTopicRuleResult.getRule()
The rule.
|
TopicRule |
TopicRule.withActions(Action... actions)
The actions associated with the rule.
|
TopicRule |
TopicRule.withActions(Collection<Action> actions)
The actions associated with the rule.
|
TopicRule |
TopicRule.withAwsIotSqlVersion(String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.
|
TopicRule |
TopicRule.withCreatedAt(Date createdAt)
The date and time the rule was created.
|
TopicRule |
TopicRule.withDescription(String description)
The description of the rule.
|
TopicRule |
TopicRule.withErrorAction(Action errorAction)
The action to perform when an error occurs.
|
TopicRule |
TopicRule.withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
TopicRule |
TopicRule.withRuleName(String ruleName)
The name of the rule.
|
TopicRule |
TopicRule.withSql(String sql)
The SQL statement used to query the topic.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTopicRuleResult.setRule(TopicRule rule)
The rule.
|
GetTopicRuleResult |
GetTopicRuleResult.withRule(TopicRule rule)
The rule.
|
Copyright © 2019. All rights reserved.