Uses of Class
com.amazonaws.services.iot.model.TopicRulePayload
Packages that use TopicRulePayload
-
Uses of TopicRulePayload in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TopicRulePayloadModifier and TypeMethodDescriptionTopicRulePayload.clone()
CreateTopicRuleRequest.getTopicRulePayload()
The rule payload.ReplaceTopicRuleRequest.getTopicRulePayload()
The rule payload.TopicRulePayload.withActions
(Action... actions) The actions associated with the rule.TopicRulePayload.withActions
(Collection<Action> actions) The actions associated with the rule.TopicRulePayload.withAwsIotSqlVersion
(String awsIotSqlVersion) The version of the SQL rules engine to use when evaluating the rule.TopicRulePayload.withDescription
(String description) The description of the rule.TopicRulePayload.withRuleDisabled
(Boolean ruleDisabled) Specifies whether the rule is disabled.The SQL statement used to query the topic.Methods in com.amazonaws.services.iot.model with parameters of type TopicRulePayloadModifier and TypeMethodDescriptionvoid
CreateTopicRuleRequest.setTopicRulePayload
(TopicRulePayload topicRulePayload) The rule payload.void
ReplaceTopicRuleRequest.setTopicRulePayload
(TopicRulePayload topicRulePayload) The rule payload.CreateTopicRuleRequest.withTopicRulePayload
(TopicRulePayload topicRulePayload) The rule payload.ReplaceTopicRuleRequest.withTopicRulePayload
(TopicRulePayload topicRulePayload) The rule payload.