Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.RemoveTargetsResponse
-
Packages that use RemoveTargetsResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of RemoveTargetsResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return RemoveTargetsResponse Modifier and Type Method Description default RemoveTargetsResponseCloudWatchEventsClient. removeTargets(Consumer<RemoveTargetsRequest.Builder> removeTargetsRequest)Removes the specified targets from the specified rule.default RemoveTargetsResponseCloudWatchEventsClient. removeTargets(RemoveTargetsRequest removeTargetsRequest)Removes the specified targets from the specified rule.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type RemoveTargetsResponse Modifier and Type Method Description default CompletableFuture<RemoveTargetsResponse>CloudWatchEventsAsyncClient. removeTargets(Consumer<RemoveTargetsRequest.Builder> removeTargetsRequest)Removes the specified targets from the specified rule.default CompletableFuture<RemoveTargetsResponse>CloudWatchEventsAsyncClient. removeTargets(RemoveTargetsRequest removeTargetsRequest)Removes the specified targets from the specified rule.
-