Uses of Class
software.amazon.awssdk.services.iot.model.DeleteTopicRuleDestinationResponse
-
Packages that use DeleteTopicRuleDestinationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteTopicRuleDestinationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteTopicRuleDestinationResponse Modifier and Type Method Description default DeleteTopicRuleDestinationResponseIotClient. deleteTopicRuleDestination(Consumer<DeleteTopicRuleDestinationRequest.Builder> deleteTopicRuleDestinationRequest)Deletes a topic rule destination.default DeleteTopicRuleDestinationResponseIotClient. deleteTopicRuleDestination(DeleteTopicRuleDestinationRequest deleteTopicRuleDestinationRequest)Deletes a topic rule destination.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteTopicRuleDestinationResponse Modifier and Type Method Description default CompletableFuture<DeleteTopicRuleDestinationResponse>IotAsyncClient. deleteTopicRuleDestination(Consumer<DeleteTopicRuleDestinationRequest.Builder> deleteTopicRuleDestinationRequest)Deletes a topic rule destination.default CompletableFuture<DeleteTopicRuleDestinationResponse>IotAsyncClient. deleteTopicRuleDestination(DeleteTopicRuleDestinationRequest deleteTopicRuleDestinationRequest)Deletes a topic rule destination.
-