Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.PutRuleResponse
-
Packages that use PutRuleResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of PutRuleResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return PutRuleResponse Modifier and Type Method Description default PutRuleResponseCloudWatchEventsClient. putRule(Consumer<PutRuleRequest.Builder> putRuleRequest)Creates or updates the specified rule.default PutRuleResponseCloudWatchEventsClient. putRule(PutRuleRequest putRuleRequest)Creates or updates the specified rule.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type PutRuleResponse Modifier and Type Method Description default CompletableFuture<PutRuleResponse>CloudWatchEventsAsyncClient. putRule(Consumer<PutRuleRequest.Builder> putRuleRequest)Creates or updates the specified rule.default CompletableFuture<PutRuleResponse>CloudWatchEventsAsyncClient. putRule(PutRuleRequest putRuleRequest)Creates or updates the specified rule.
-