Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.ReplayDestination
-
Packages that use ReplayDestination Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of ReplayDestination in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return ReplayDestination Modifier and Type Method Description ReplayDestinationDescribeReplayResponse. destination()AReplayDestinationobject that contains details about the replay.ReplayDestinationStartReplayRequest. destination()AReplayDestinationobject that includes details about the destination for the replay.Methods in software.amazon.awssdk.services.cloudwatchevents.model with parameters of type ReplayDestination Modifier and Type Method Description DescribeReplayResponse.BuilderDescribeReplayResponse.Builder. destination(ReplayDestination destination)AReplayDestinationobject that contains details about the replay.StartReplayRequest.BuilderStartReplayRequest.Builder. destination(ReplayDestination destination)AReplayDestinationobject that includes details about the destination for the replay.
-