| 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.withCreatedAt(Date createdAt)
The date and time when the topic rule destination was created.
|
TopicRuleDestination |
TopicRuleDestination.withHttpUrlProperties(HttpUrlDestinationProperties httpUrlProperties)
Properties of the HTTP URL.
|
TopicRuleDestination |
TopicRuleDestination.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the topic rule destination was last updated.
|
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.
|
TopicRuleDestination |
TopicRuleDestination.withVpcProperties(VpcDestinationProperties vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
| 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 © 2021. All rights reserved.