| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationRunState |
ReplicationRunState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReplicationRunState |
ReplicationRun.state()
The state of the replication run.
|
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 |
|---|---|
static Set<ReplicationRunState> |
ReplicationRunState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationRun.Builder |
ReplicationRun.Builder.state(ReplicationRunState state)
The state of the replication run.
|
Copyright © 2019. All rights reserved.