Uses of Class
software.amazon.awssdk.services.iot.model.GetTopicRuleDestinationResponse
-
Packages that use GetTopicRuleDestinationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetTopicRuleDestinationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetTopicRuleDestinationResponse Modifier and Type Method Description default GetTopicRuleDestinationResponseIotClient. getTopicRuleDestination(Consumer<GetTopicRuleDestinationRequest.Builder> getTopicRuleDestinationRequest)Gets information about a topic rule destination.default GetTopicRuleDestinationResponseIotClient. getTopicRuleDestination(GetTopicRuleDestinationRequest getTopicRuleDestinationRequest)Gets information about a topic rule destination.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetTopicRuleDestinationResponse Modifier and Type Method Description default CompletableFuture<GetTopicRuleDestinationResponse>IotAsyncClient. getTopicRuleDestination(Consumer<GetTopicRuleDestinationRequest.Builder> getTopicRuleDestinationRequest)Gets information about a topic rule destination.default CompletableFuture<GetTopicRuleDestinationResponse>IotAsyncClient. getTopicRuleDestination(GetTopicRuleDestinationRequest getTopicRuleDestinationRequest)Gets information about a topic rule destination.
-