Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
TopicRulePayload |
TopicRulePayload.clone() |
TopicRulePayload |
CreateTopicRuleRequest.getTopicRulePayload()
The rule payload.
|
TopicRulePayload |
ReplaceTopicRuleRequest.getTopicRulePayload()
The rule payload.
|
TopicRulePayload |
TopicRulePayload.withActions(Action... actions)
The actions associated with the rule.
|
TopicRulePayload |
TopicRulePayload.withActions(Collection<Action> actions)
The actions associated with the rule.
|
TopicRulePayload |
TopicRulePayload.withAwsIotSqlVersion(String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.
|
TopicRulePayload |
TopicRulePayload.withDescription(String description)
The description of the rule.
|
TopicRulePayload |
TopicRulePayload.withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
TopicRulePayload |
TopicRulePayload.withSql(String sql)
The SQL statement used to query the topic.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTopicRuleRequest.setTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
void |
ReplaceTopicRuleRequest.setTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
CreateTopicRuleRequest |
CreateTopicRuleRequest.withTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
ReplaceTopicRuleRequest |
ReplaceTopicRuleRequest.withTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
Copyright © 2018. All rights reserved.