| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
Replay |
Replay.clone() |
Replay |
Replay.withEventEndTime(Date eventEndTime)
A time stamp for the time to start replaying events.
|
Replay |
Replay.withEventLastReplayedTime(Date eventLastReplayedTime)
A time stamp for the time that the last event was replayed.
|
Replay |
Replay.withEventSourceArn(String eventSourceArn)
The ARN of the archive to replay event from.
|
Replay |
Replay.withEventStartTime(Date eventStartTime)
A time stamp for the time to start replaying events.
|
Replay |
Replay.withReplayEndTime(Date replayEndTime)
A time stamp for the time that the replay completed.
|
Replay |
Replay.withReplayName(String replayName)
The name of the replay.
|
Replay |
Replay.withReplayStartTime(Date replayStartTime)
A time stamp for the time that the replay started.
|
Replay |
Replay.withState(ReplayState state)
The current state of the replay.
|
Replay |
Replay.withState(String state)
The current state of the replay.
|
Replay |
Replay.withStateReason(String stateReason)
A description of why the replay is in the current state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Replay> |
ListReplaysResult.getReplays()
An array of
Replay objects that contain information about the replay. |
| Modifier and Type | Method and Description |
|---|---|
ListReplaysResult |
ListReplaysResult.withReplays(Replay... replays)
An array of
Replay objects that contain information about the replay. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListReplaysResult.setReplays(Collection<Replay> replays)
An array of
Replay objects that contain information about the replay. |
ListReplaysResult |
ListReplaysResult.withReplays(Collection<Replay> replays)
An array of
Replay objects that contain information about the replay. |
Copyright © 2023. All rights reserved.