Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.CancelReplayResponse
-
Packages that use CancelReplayResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of CancelReplayResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return CancelReplayResponse Modifier and Type Method Description default CancelReplayResponseCloudWatchEventsClient. cancelReplay(Consumer<CancelReplayRequest.Builder> cancelReplayRequest)Cancels the specified replay.default CancelReplayResponseCloudWatchEventsClient. cancelReplay(CancelReplayRequest cancelReplayRequest)Cancels the specified replay.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type CancelReplayResponse Modifier and Type Method Description default CompletableFuture<CancelReplayResponse>CloudWatchEventsAsyncClient. cancelReplay(Consumer<CancelReplayRequest.Builder> cancelReplayRequest)Cancels the specified replay.default CompletableFuture<CancelReplayResponse>CloudWatchEventsAsyncClient. cancelReplay(CancelReplayRequest cancelReplayRequest)Cancels the specified replay.
-