Uses of Class
software.amazon.awssdk.services.iot.model.DeleteTopicRuleResponse
-
Packages that use DeleteTopicRuleResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteTopicRuleResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteTopicRuleResponse Modifier and Type Method Description default DeleteTopicRuleResponseIotClient. deleteTopicRule(Consumer<DeleteTopicRuleRequest.Builder> deleteTopicRuleRequest)Deletes the rule.default DeleteTopicRuleResponseIotClient. deleteTopicRule(DeleteTopicRuleRequest deleteTopicRuleRequest)Deletes the rule.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteTopicRuleResponse Modifier and Type Method Description default CompletableFuture<DeleteTopicRuleResponse>IotAsyncClient. deleteTopicRule(Consumer<DeleteTopicRuleRequest.Builder> deleteTopicRuleRequest)Deletes the rule.default CompletableFuture<DeleteTopicRuleResponse>IotAsyncClient. deleteTopicRule(DeleteTopicRuleRequest deleteTopicRuleRequest)Deletes the rule.
-