Uses of Class
com.amazonaws.services.iot.model.TopicRulePayload
-
Packages that use TopicRulePayload Package Description com.amazonaws.services.iot.model -
-
Uses of TopicRulePayload in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TopicRulePayload Modifier and Type Method 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.Methods in com.amazonaws.services.iot.model with parameters of type TopicRulePayload Modifier and Type Method 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.
-