| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseStatusValues |
ReleaseStatusValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReleaseStatusValues |
EngineVersion.releaseStatus()
The release status of the replication instance version.
|
ReleaseStatusValues |
OrderableReplicationInstance.releaseStatus()
The value returned when the specified
EngineVersion of the replication instance is in Beta or test
mode. |
static ReleaseStatusValues |
ReleaseStatusValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseStatusValues[] |
ReleaseStatusValues.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<ReleaseStatusValues> |
ReleaseStatusValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EngineVersion.Builder |
EngineVersion.Builder.releaseStatus(ReleaseStatusValues releaseStatus)
The release status of the replication instance version.
|
OrderableReplicationInstance.Builder |
OrderableReplicationInstance.Builder.releaseStatus(ReleaseStatusValues releaseStatus)
The value returned when the specified
EngineVersion of the replication instance is in Beta or
test mode. |
Copyright © 2023. All rights reserved.