Uses of Class
software.amazon.awssdk.services.eventbridge.model.ReplicationState
-
Packages that use ReplicationState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ReplicationState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplicationState Modifier and Type Method Description static ReplicationStateReplicationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicationStateReplicationConfig. state()The state of event replication.static ReplicationStateReplicationState. valueOf(String name)Returns 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 ReplicationState Modifier and Type Method Description static Set<ReplicationState>ReplicationState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ReplicationState Modifier and Type Method Description ReplicationConfig.BuilderReplicationConfig.Builder. state(ReplicationState state)The state of event replication.
-