Uses of Class
software.amazon.awssdk.services.eventbridge.model.ReplayState
-
Packages that use ReplayState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ReplayState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplayState Modifier and Type Method Description static ReplayStateReplayState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplayStateCancelReplayResponse. state()The current state of the replay.ReplayStateDescribeReplayResponse. state()The current state of the replay.ReplayStateListReplaysRequest. state()The state of the replay.ReplayStateReplay. state()The current state of the replay.ReplayStateStartReplayResponse. state()The state of the replay.static ReplayStateReplayState. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplayState[]ReplayState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ReplayState Modifier and Type Method Description static Set<ReplayState>ReplayState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ReplayState Modifier and Type Method Description CancelReplayResponse.BuilderCancelReplayResponse.Builder. state(ReplayState state)The current state of the replay.DescribeReplayResponse.BuilderDescribeReplayResponse.Builder. state(ReplayState state)The current state of the replay.ListReplaysRequest.BuilderListReplaysRequest.Builder. state(ReplayState state)The state of the replay.Replay.BuilderReplay.Builder. state(ReplayState state)The current state of the replay.StartReplayResponse.BuilderStartReplayResponse.Builder. state(ReplayState state)The state of the replay.
-