| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseMode |
DatabaseMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
PostgreSQLSettings |
PostgreSQLSettings.withDatabaseMode(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 © 2024. All rights reserved.