Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.DeleteRuleResponse
-
Packages that use DeleteRuleResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of DeleteRuleResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return DeleteRuleResponse Modifier and Type Method Description default DeleteRuleResponseCloudWatchEventsClient. deleteRule(Consumer<DeleteRuleRequest.Builder> deleteRuleRequest)Deletes the specified rule.default DeleteRuleResponseCloudWatchEventsClient. deleteRule(DeleteRuleRequest deleteRuleRequest)Deletes the specified rule.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type DeleteRuleResponse Modifier and Type Method Description default CompletableFuture<DeleteRuleResponse>CloudWatchEventsAsyncClient. deleteRule(Consumer<DeleteRuleRequest.Builder> deleteRuleRequest)Deletes the specified rule.default CompletableFuture<DeleteRuleResponse>CloudWatchEventsAsyncClient. deleteRule(DeleteRuleRequest deleteRuleRequest)Deletes the specified rule.
-