Uses of Class
software.amazon.awssdk.services.databasemigration.model.DatabaseMode
-
Packages that use DatabaseMode Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DatabaseMode in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DatabaseMode Modifier and Type Method Description DatabaseModePostgreSQLSettings. databaseMode()Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.static DatabaseModeDatabaseMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DatabaseModeDatabaseMode. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DatabaseMode Modifier and Type Method Description static Set<DatabaseMode>DatabaseMode. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DatabaseMode Modifier and Type Method Description PostgreSQLSettings.BuilderPostgreSQLSettings.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.
-