Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.PutTargetsResponse
-
Packages that use PutTargetsResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of PutTargetsResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return PutTargetsResponse Modifier and Type Method Description default PutTargetsResponseCloudWatchEventsClient. putTargets(Consumer<PutTargetsRequest.Builder> putTargetsRequest)Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.default PutTargetsResponseCloudWatchEventsClient. putTargets(PutTargetsRequest putTargetsRequest)Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type PutTargetsResponse Modifier and Type Method Description default CompletableFuture<PutTargetsResponse>CloudWatchEventsAsyncClient. putTargets(Consumer<PutTargetsRequest.Builder> putTargetsRequest)Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.default CompletableFuture<PutTargetsResponse>CloudWatchEventsAsyncClient. putTargets(PutTargetsRequest putTargetsRequest)Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
-