| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationRunState |
ReplicationRunState.fromValue(String value)
Use this in place of valueOf.
|
static ReplicationRunState |
ReplicationRunState.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationRun.setState(ReplicationRunState state)
The state of the replication run.
|
ReplicationRun |
ReplicationRun.withState(ReplicationRunState state)
The state of the replication run.
|
Copyright © 2025. All rights reserved.