| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
CancelReplayResult |
AmazonEventBridge.cancelReplay(CancelReplayRequest cancelReplayRequest)
Cancels the specified replay.
|
CancelReplayResult |
AmazonEventBridgeClient.cancelReplay(CancelReplayRequest request)
Cancels the specified replay.
|
CancelReplayResult |
AbstractAmazonEventBridge.cancelReplay(CancelReplayRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelReplayResult> |
AbstractAmazonEventBridgeAsync.cancelReplayAsync(CancelReplayRequest request,
AsyncHandler<CancelReplayRequest,CancelReplayResult> asyncHandler) |
Future<CancelReplayResult> |
AmazonEventBridgeAsyncClient.cancelReplayAsync(CancelReplayRequest request,
AsyncHandler<CancelReplayRequest,CancelReplayResult> asyncHandler) |
Future<CancelReplayResult> |
AmazonEventBridgeAsync.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 © 2020. All rights reserved.