| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.clone() |
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withArn(String arn)
The topic rule destination ARN.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withCreatedAt(Date createdAt)
The date and time when the topic rule destination was created.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withHttpUrlSummary(HttpUrlDestinationSummary httpUrlSummary)
Information about the HTTP URL.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the topic rule destination was last updated.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withStatus(String status)
The status of the topic rule destination.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withStatusReason(String statusReason)
The reason the topic rule destination is in the current status.
|
TopicRuleDestinationSummary |
TopicRuleDestinationSummary.withVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicRuleDestinationSummary> |
ListTopicRuleDestinationsResult.getDestinationSummaries()
Information about a topic rule destination.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicRuleDestinationsResult |
ListTopicRuleDestinationsResult.withDestinationSummaries(TopicRuleDestinationSummary... destinationSummaries)
Information about a topic rule destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopicRuleDestinationsResult.setDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
|
ListTopicRuleDestinationsResult |
ListTopicRuleDestinationsResult.withDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
|
Copyright © 2021. All rights reserved.