Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private TopicRulePayload |
ReplaceTopicRuleRequest.topicRulePayload
The rule payload.
|
private TopicRulePayload |
CreateTopicRuleRequest.topicRulePayload
The rule payload.
|
Modifier and Type | Method and Description |
---|---|
TopicRulePayload |
TopicRulePayload.clone() |
TopicRulePayload |
ReplaceTopicRuleRequest.getTopicRulePayload()
The rule payload.
|
TopicRulePayload |
CreateTopicRuleRequest.getTopicRulePayload()
The rule payload.
|
TopicRulePayload |
TopicRulePayload.withActions(Action... actions)
The actions associated with the rule.
|
TopicRulePayload |
TopicRulePayload.withActions(java.util.Collection<Action> actions)
The actions associated with the rule.
|
TopicRulePayload |
TopicRulePayload.withAwsIotSqlVersion(java.lang.String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.
|
TopicRulePayload |
TopicRulePayload.withDescription(java.lang.String description)
The description of the rule.
|
TopicRulePayload |
TopicRulePayload.withRuleDisabled(java.lang.Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
TopicRulePayload |
TopicRulePayload.withSql(java.lang.String sql)
The SQL statement used to query the topic.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplaceTopicRuleRequest.setTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
void |
CreateTopicRuleRequest.setTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
ReplaceTopicRuleRequest |
ReplaceTopicRuleRequest.withTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
CreateTopicRuleRequest |
CreateTopicRuleRequest.withTopicRulePayload(TopicRulePayload topicRulePayload)
The rule payload.
|
Modifier and Type | Method and Description |
---|---|
TopicRulePayload |
TopicRulePayloadJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TopicRulePayloadJsonMarshaller.marshall(TopicRulePayload topicRulePayload,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|