Uses of Enum
software.amazon.awssdk.services.databasemigration.model.DatabaseMode
Packages that use DatabaseMode
-
Uses of DatabaseMode in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DatabaseModeModifier and TypeMethodDescriptionfinal 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 DatabaseModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DatabaseModeReturns 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 DatabaseModeMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type DatabaseModeModifier and TypeMethodDescriptionPostgreSQLSettings.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.