| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
CancelReplayResult |
AmazonCloudWatchEvents.cancelReplay(CancelReplayRequest cancelReplayRequest)
Cancels the specified replay.
|
CancelReplayResult |
AmazonCloudWatchEventsClient.cancelReplay(CancelReplayRequest request)
Cancels the specified replay.
|
CancelReplayResult |
AbstractAmazonCloudWatchEvents.cancelReplay(CancelReplayRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelReplayResult> |
AbstractAmazonCloudWatchEventsAsync.cancelReplayAsync(CancelReplayRequest request,
AsyncHandler<CancelReplayRequest,CancelReplayResult> asyncHandler) |
Future<CancelReplayResult> |
AmazonCloudWatchEventsAsyncClient.cancelReplayAsync(CancelReplayRequest request,
AsyncHandler<CancelReplayRequest,CancelReplayResult> asyncHandler) |
Future<CancelReplayResult> |
AmazonCloudWatchEventsAsync.cancelReplayAsync(CancelReplayRequest cancelReplayRequest,
AsyncHandler<CancelReplayRequest,CancelReplayResult> asyncHandler)
Cancels the specified replay.
|
| Modifier and Type | Method and Description |
|---|---|
CancelReplayResult |
CancelReplayResult.clone() |
CancelReplayResult |
CancelReplayResult.withReplayArn(String replayArn)
The ARN of the replay to cancel.
|
CancelReplayResult |
CancelReplayResult.withState(ReplayState state)
The current state of the replay.
|
CancelReplayResult |
CancelReplayResult.withState(String state)
The current state of the replay.
|
CancelReplayResult |
CancelReplayResult.withStateReason(String stateReason)
The reason that the replay is in the current state.
|
Copyright © 2021. All rights reserved.