| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static TopicRuleDestinationStatus |
TopicRuleDestinationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TopicRuleDestinationStatus |
TopicRuleDestinationSummary.status()
The status of the topic rule destination.
|
TopicRuleDestinationStatus |
TopicRuleDestination.status()
The status of the topic rule destination.
|
TopicRuleDestinationStatus |
UpdateTopicRuleDestinationRequest.status()
The status of the topic rule destination.
|
static TopicRuleDestinationStatus |
TopicRuleDestinationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicRuleDestinationStatus[] |
TopicRuleDestinationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TopicRuleDestinationStatus> |
TopicRuleDestinationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TopicRuleDestinationSummary.Builder |
TopicRuleDestinationSummary.Builder.status(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.status(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
UpdateTopicRuleDestinationRequest.Builder |
UpdateTopicRuleDestinationRequest.Builder.status(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
Copyright © 2021. All rights reserved.