| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
StartReplayResult |
AmazonCloudWatchEventsClient.startReplay(StartReplayRequest request)
Starts the specified replay.
|
StartReplayResult |
AmazonCloudWatchEvents.startReplay(StartReplayRequest startReplayRequest)
Starts the specified replay.
|
StartReplayResult |
AbstractAmazonCloudWatchEvents.startReplay(StartReplayRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartReplayResult> |
AbstractAmazonCloudWatchEventsAsync.startReplayAsync(StartReplayRequest request,
AsyncHandler<StartReplayRequest,StartReplayResult> asyncHandler) |
Future<StartReplayResult> |
AmazonCloudWatchEventsAsync.startReplayAsync(StartReplayRequest startReplayRequest,
AsyncHandler<StartReplayRequest,StartReplayResult> asyncHandler)
Starts the specified replay.
|
Future<StartReplayResult> |
AmazonCloudWatchEventsAsyncClient.startReplayAsync(StartReplayRequest request,
AsyncHandler<StartReplayRequest,StartReplayResult> asyncHandler) |
| 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 © 2023. All rights reserved.