Uses of Class
software.amazon.awssdk.services.eventbridge.model.ReplayDestination
-
Packages that use ReplayDestination Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ReplayDestination in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.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.eventbridge.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.
-