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