Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.Replay
-
Packages that use Replay Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of Replay in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return types with arguments of type Replay Modifier and Type Method Description List<Replay>ListReplaysResponse. replays()An array ofReplayobjects that contain information about the replay.Methods in software.amazon.awssdk.services.cloudwatchevents.model with parameters of type Replay Modifier and Type Method Description ListReplaysResponse.BuilderListReplaysResponse.Builder. replays(Replay... replays)An array ofReplayobjects that contain information about the replay.Method parameters in software.amazon.awssdk.services.cloudwatchevents.model with type arguments of type Replay Modifier and Type Method Description ListReplaysResponse.BuilderListReplaysResponse.Builder. replays(Collection<Replay> replays)An array ofReplayobjects that contain information about the replay.
-