| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMode |
PostgreSQLSettings.databaseMode()
Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require
some additional configuration, such as Babelfish endpoints.
|
static DatabaseMode |
DatabaseMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DatabaseMode |
DatabaseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseMode[] |
DatabaseMode.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<DatabaseMode> |
DatabaseMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLSettings.Builder |
PostgreSQLSettings.Builder.databaseMode(DatabaseMode databaseMode)
Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require
some additional configuration, such as Babelfish endpoints.
|
Copyright © 2023. All rights reserved.