Uses of Class
software.amazon.awssdk.services.iot.model.TopicRuleDestination
-
Packages that use TopicRuleDestination Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TopicRuleDestination in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return TopicRuleDestination Modifier and Type Method Description TopicRuleDestinationCreateTopicRuleDestinationResponse. topicRuleDestination()The topic rule destination.TopicRuleDestinationGetTopicRuleDestinationResponse. topicRuleDestination()The topic rule destination.Methods in software.amazon.awssdk.services.iot.model with parameters of type TopicRuleDestination Modifier and Type Method Description CreateTopicRuleDestinationResponse.BuilderCreateTopicRuleDestinationResponse.Builder. topicRuleDestination(TopicRuleDestination topicRuleDestination)The topic rule destination.GetTopicRuleDestinationResponse.BuilderGetTopicRuleDestinationResponse.Builder. topicRuleDestination(TopicRuleDestination topicRuleDestination)The topic rule destination.
-