Uses of Class
software.amazon.awssdk.services.iot.model.UpdateTopicRuleDestinationResponse
-
Packages that use UpdateTopicRuleDestinationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateTopicRuleDestinationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateTopicRuleDestinationResponse Modifier and Type Method Description default UpdateTopicRuleDestinationResponseIotClient. updateTopicRuleDestination(Consumer<UpdateTopicRuleDestinationRequest.Builder> updateTopicRuleDestinationRequest)Updates a topic rule destination.default UpdateTopicRuleDestinationResponseIotClient. updateTopicRuleDestination(UpdateTopicRuleDestinationRequest updateTopicRuleDestinationRequest)Updates a topic rule destination.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateTopicRuleDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateTopicRuleDestinationResponse>IotAsyncClient. updateTopicRuleDestination(Consumer<UpdateTopicRuleDestinationRequest.Builder> updateTopicRuleDestinationRequest)Updates a topic rule destination.default CompletableFuture<UpdateTopicRuleDestinationResponse>IotAsyncClient. updateTopicRuleDestination(UpdateTopicRuleDestinationRequest updateTopicRuleDestinationRequest)Updates a topic rule destination.
-