Uses of Class
com.oracle.bmc.databasemigration.model.MigrationDatabaseTargetTypes
-
Packages that use MigrationDatabaseTargetTypes Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MigrationDatabaseTargetTypes in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MigrationDatabaseTargetTypes Modifier and Type Method Description static MigrationDatabaseTargetTypes
MigrationDatabaseTargetTypes. create(String key)
static MigrationDatabaseTargetTypes
MigrationDatabaseTargetTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationDatabaseTargetTypes[]
MigrationDatabaseTargetTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-