Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TopicRuleListItem> |
ListTopicRulesResult.rules
The rules.
|
Modifier and Type | Method and Description |
---|---|
TopicRuleListItem |
TopicRuleListItem.clone() |
TopicRuleListItem |
TopicRuleListItem.withCreatedAt(java.util.Date createdAt)
The date and time the rule was created.
|
TopicRuleListItem |
TopicRuleListItem.withRuleArn(java.lang.String ruleArn)
The rule ARN.
|
TopicRuleListItem |
TopicRuleListItem.withRuleDisabled(java.lang.Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
TopicRuleListItem |
TopicRuleListItem.withRuleName(java.lang.String ruleName)
The name of the rule.
|
TopicRuleListItem |
TopicRuleListItem.withTopicPattern(java.lang.String topicPattern)
The pattern for the topic names that apply.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TopicRuleListItem> |
ListTopicRulesResult.getRules()
The rules.
|
Modifier and Type | Method and Description |
---|---|
ListTopicRulesResult |
ListTopicRulesResult.withRules(TopicRuleListItem... rules)
The rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTopicRulesResult.setRules(java.util.Collection<TopicRuleListItem> rules)
The rules.
|
ListTopicRulesResult |
ListTopicRulesResult.withRules(java.util.Collection<TopicRuleListItem> rules)
The rules.
|
Modifier and Type | Method and Description |
---|---|
TopicRuleListItem |
TopicRuleListItemJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TopicRuleListItemJsonMarshaller.marshall(TopicRuleListItem topicRuleListItem,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|