| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TopicRuleDestination |
TopicRuleDestination.clone() |
TopicRuleDestination |
GetTopicRuleDestinationResult.getTopicRuleDestination()
The topic rule destination.
|
TopicRuleDestination |
CreateTopicRuleDestinationResult.getTopicRuleDestination()
The topic rule destination.
|
TopicRuleDestination |
TopicRuleDestination.withArn(String arn)
The topic rule destination URL.
|
TopicRuleDestination |
TopicRuleDestination.withHttpUrlProperties(HttpUrlDestinationProperties httpUrlProperties)
Properties of the HTTP URL.
|
TopicRuleDestination |
TopicRuleDestination.withStatus(String status)
The status of the topic rule destination.
|
TopicRuleDestination |
TopicRuleDestination.withStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
TopicRuleDestination |
TopicRuleDestination.withStatusReason(String statusReason)
Additional details or reason why the topic rule destination is in the current status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTopicRuleDestinationResult.setTopicRuleDestination(TopicRuleDestination topicRuleDestination)
The topic rule destination.
|
void |
CreateTopicRuleDestinationResult.setTopicRuleDestination(TopicRuleDestination topicRuleDestination)
The topic rule destination.
|
GetTopicRuleDestinationResult |
GetTopicRuleDestinationResult.withTopicRuleDestination(TopicRuleDestination topicRuleDestination)
The topic rule destination.
|
CreateTopicRuleDestinationResult |
CreateTopicRuleDestinationResult.withTopicRuleDestination(TopicRuleDestination topicRuleDestination)
The topic rule destination.
|
Copyright © 2019. All rights reserved.