Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ReplicationState
Packages that use ReplicationState
-
Uses of ReplicationState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplicationStateModifier and TypeMethodDescriptionstatic ReplicationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicationStateReplicationConfig.state()The state of event replication.static ReplicationStateReturns the enum constant of this type with the specified name.static ReplicationState[]ReplicationState.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 ReplicationStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type ReplicationStateModifier and TypeMethodDescriptionReplicationConfig.Builder.state(ReplicationState state) The state of event replication.