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