Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ReplayState
Packages that use ReplayState
-
Uses of ReplayState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplayStateModifier and TypeMethodDescriptionstatic ReplayStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplayStateCancelReplayResponse.state()The current state of the replay.final ReplayStateDescribeReplayResponse.state()The current state of the replay.final ReplayStateListReplaysRequest.state()The state of the replay.final ReplayStateReplay.state()The current state of the replay.final ReplayStateStartReplayResponse.state()The state of the replay.static ReplayStateReturns 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 ReplayStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type ReplayStateModifier and TypeMethodDescriptionCancelReplayResponse.Builder.state(ReplayState state) The current state of the replay.DescribeReplayResponse.Builder.state(ReplayState state) The current state of the replay.ListReplaysRequest.Builder.state(ReplayState state) The state of the replay.Replay.Builder.state(ReplayState state) The current state of the replay.StartReplayResponse.Builder.state(ReplayState state) The state of the replay.