Uses of Class
software.amazon.awssdk.services.sms.model.ReplicationRunState
-
Packages that use ReplicationRunState Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ReplicationRunState in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return ReplicationRunState Modifier and Type Method Description static ReplicationRunStateReplicationRunState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicationRunStateReplicationRun. state()The state of the replication run.static ReplicationRunStateReplicationRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationRunState[]ReplicationRunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ReplicationRunState Modifier and Type Method Description static Set<ReplicationRunState>ReplicationRunState. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type ReplicationRunState Modifier and Type Method Description ReplicationRun.BuilderReplicationRun.Builder. state(ReplicationRunState state)The state of the replication run.
-