| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
static AppReplicationStatus |
AppReplicationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AppReplicationStatus |
AppSummary.replicationStatus()
The replication status of the application.
|
static AppReplicationStatus |
AppReplicationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppReplicationStatus[] |
AppReplicationStatus.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<AppReplicationStatus> |
AppReplicationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AppSummary.Builder |
AppSummary.Builder.replicationStatus(AppReplicationStatus replicationStatus)
The replication status of the application.
|
Copyright © 2023. All rights reserved.