| 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 |
|---|---|
DescribeReplayResult |
AmazonCloudWatchEventsClient.describeReplay(DescribeReplayRequest request)
Retrieves details about a replay.
|
DescribeReplayResult |
AmazonCloudWatchEvents.describeReplay(DescribeReplayRequest describeReplayRequest)
Retrieves details about a replay.
|
DescribeReplayResult |
AbstractAmazonCloudWatchEvents.describeReplay(DescribeReplayRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeReplayResult> |
AbstractAmazonCloudWatchEventsAsync.describeReplayAsync(DescribeReplayRequest request,
AsyncHandler<DescribeReplayRequest,DescribeReplayResult> asyncHandler) |
Future<DescribeReplayResult> |
AmazonCloudWatchEventsAsync.describeReplayAsync(DescribeReplayRequest describeReplayRequest,
AsyncHandler<DescribeReplayRequest,DescribeReplayResult> asyncHandler)
Retrieves details about a replay.
|
Future<DescribeReplayResult> |
AmazonCloudWatchEventsAsyncClient.describeReplayAsync(DescribeReplayRequest request,
AsyncHandler<DescribeReplayRequest,DescribeReplayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeReplayResult |
DescribeReplayResult.clone() |
DescribeReplayResult |
DescribeReplayResult.withDescription(String description)
The description of the replay.
|
DescribeReplayResult |
DescribeReplayResult.withDestination(ReplayDestination destination)
A
ReplayDestination object that contains details about the replay. |
DescribeReplayResult |
DescribeReplayResult.withEventEndTime(Date eventEndTime)
The time stamp for the last event that was replayed from the archive.
|
DescribeReplayResult |
DescribeReplayResult.withEventLastReplayedTime(Date eventLastReplayedTime)
The time that the event was last replayed.
|
DescribeReplayResult |
DescribeReplayResult.withEventSourceArn(String eventSourceArn)
The ARN of the archive events were replayed from.
|
DescribeReplayResult |
DescribeReplayResult.withEventStartTime(Date eventStartTime)
The time stamp of the first event that was last replayed from the archive.
|
DescribeReplayResult |
DescribeReplayResult.withReplayArn(String replayArn)
The ARN of the replay.
|
DescribeReplayResult |
DescribeReplayResult.withReplayEndTime(Date replayEndTime)
A time stamp for the time that the replay stopped.
|
DescribeReplayResult |
DescribeReplayResult.withReplayName(String replayName)
The name of the replay.
|
DescribeReplayResult |
DescribeReplayResult.withReplayStartTime(Date replayStartTime)
A time stamp for the time that the replay started.
|
DescribeReplayResult |
DescribeReplayResult.withState(ReplayState state)
The current state of the replay.
|
DescribeReplayResult |
DescribeReplayResult.withState(String state)
The current state of the replay.
|
DescribeReplayResult |
DescribeReplayResult.withStateReason(String stateReason)
The reason that the replay is in the current state.
|
Copyright © 2023. All rights reserved.