Uses of Class
com.oracle.bmc.databasemigration.model.Connection
-
Packages that use Connection Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.responses -
-
Uses of Connection in com.oracle.bmc.databasemigration.model
Subclasses of Connection in com.oracle.bmc.databasemigration.model Modifier and Type Class Description class
MysqlConnection
Represents the metadata of a MySQL Connection.class
OracleConnection
Represents the metadata of an Oracle Database Connection. -
Uses of Connection in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return Connection Modifier and Type Method Description Connection
CreateConnectionResponse. getConnection()
The returned Connection instance.Connection
GetConnectionResponse. getConnection()
The returned Connection instance.Methods in com.oracle.bmc.databasemigration.responses with parameters of type Connection Modifier and Type Method Description CreateConnectionResponse.Builder
CreateConnectionResponse.Builder. connection(Connection connection)
The returned Connection instance.GetConnectionResponse.Builder
GetConnectionResponse.Builder. connection(Connection connection)
The returned Connection instance.
-