Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private TopicRule |
GetTopicRuleResult.rule
The rule.
|
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(java.util.Collection<Action> actions)
The actions associated with the rule.
|
TopicRule |
TopicRule.withAwsIotSqlVersion(java.lang.String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.
|
TopicRule |
TopicRule.withCreatedAt(java.util.Date createdAt)
The date and time the rule was created.
|
TopicRule |
TopicRule.withDescription(java.lang.String description)
The description of the rule.
|
TopicRule |
TopicRule.withRuleDisabled(java.lang.Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
TopicRule |
TopicRule.withRuleName(java.lang.String ruleName)
The name of the rule.
|
TopicRule |
TopicRule.withSql(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
TopicRule |
TopicRuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TopicRuleJsonMarshaller.marshall(TopicRule topicRule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|