| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
ReplayDestination |
ReplayDestination.clone() |
ReplayDestination |
DescribeReplayResult.getDestination()
A
ReplayDestination object that contains details about the replay. |
ReplayDestination |
StartReplayRequest.getDestination()
A
ReplayDestination object that includes details about the destination for the replay. |
ReplayDestination |
ReplayDestination.withArn(String arn)
The ARN of the event bus to replay event to.
|
ReplayDestination |
ReplayDestination.withFilterArns(Collection<String> filterArns)
A list of ARNs for rules to replay events to.
|
ReplayDestination |
ReplayDestination.withFilterArns(String... filterArns)
A list of ARNs for rules to replay events to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReplayResult.setDestination(ReplayDestination destination)
A
ReplayDestination object that contains details about the replay. |
void |
StartReplayRequest.setDestination(ReplayDestination destination)
A
ReplayDestination object that includes details about the destination for the replay. |
DescribeReplayResult |
DescribeReplayResult.withDestination(ReplayDestination destination)
A
ReplayDestination object that contains details about the replay. |
StartReplayRequest |
StartReplayRequest.withDestination(ReplayDestination destination)
A
ReplayDestination object that includes details about the destination for the replay. |
Copyright © 2023. All rights reserved.