| 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 |
|---|---|
StartReplayResult |
AmazonEventBridge.startReplay(StartReplayRequest startReplayRequest)
Starts the specified replay.
|
StartReplayResult |
AmazonEventBridgeClient.startReplay(StartReplayRequest request)
Starts the specified replay.
|
StartReplayResult |
AbstractAmazonEventBridge.startReplay(StartReplayRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartReplayResult> |
AbstractAmazonEventBridgeAsync.startReplayAsync(StartReplayRequest request,
AsyncHandler<StartReplayRequest,StartReplayResult> asyncHandler) |
Future<StartReplayResult> |
AmazonEventBridgeAsyncClient.startReplayAsync(StartReplayRequest request,
AsyncHandler<StartReplayRequest,StartReplayResult> asyncHandler) |
Future<StartReplayResult> |
AmazonEventBridgeAsync.startReplayAsync(StartReplayRequest startReplayRequest,
AsyncHandler<StartReplayRequest,StartReplayResult> asyncHandler)
Starts the specified replay.
|
| Modifier and Type | Method and Description |
|---|---|
StartReplayResult |
StartReplayResult.clone() |
StartReplayResult |
StartReplayResult.withReplayArn(String replayArn)
The ARN of the replay.
|
StartReplayResult |
StartReplayResult.withReplayStartTime(Date replayStartTime)
The time at which the replay started.
|
StartReplayResult |
StartReplayResult.withState(ReplayState state)
The state of the replay.
|
StartReplayResult |
StartReplayResult.withState(String state)
The state of the replay.
|
StartReplayResult |
StartReplayResult.withStateReason(String stateReason)
The reason that the replay is in the state.
|
Copyright © 2020. All rights reserved.