| 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 |
|---|---|
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 |
|---|---|
StartReplayRequest |
StartReplayRequest.clone() |
StartReplayRequest |
StartReplayRequest.withDescription(String description)
A description for the replay to start.
|
StartReplayRequest |
StartReplayRequest.withDestination(ReplayDestination destination)
A
ReplayDestination object that includes details about the destination for the replay. |
StartReplayRequest |
StartReplayRequest.withEventEndTime(Date eventEndTime)
A time stamp for the time to stop replaying events.
|
StartReplayRequest |
StartReplayRequest.withEventSourceArn(String eventSourceArn)
The ARN of the archive to replay events from.
|
StartReplayRequest |
StartReplayRequest.withEventStartTime(Date eventStartTime)
A time stamp for the time to start replaying events.
|
StartReplayRequest |
StartReplayRequest.withReplayName(String replayName)
The name of the replay to start.
|
Copyright © 2020. All rights reserved.