Uses of Class
com.oracle.bmc.databasemigration.responses.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of CreateConnectionResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
DatabaseMigration. createConnection(CreateConnectionRequest request)
Create a Database Connection resource that contains the details to connect to either a Source or Target Database in the migration.CreateConnectionResponse
DatabaseMigrationClient. createConnection(CreateConnectionRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description Future<CreateConnectionResponse>
DatabaseMigrationAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Create a Database Connection resource that contains the details to connect to either a Source or Target Database in the migration.Future<CreateConnectionResponse>
DatabaseMigrationAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type CreateConnectionResponse Modifier and Type Method Description Future<CreateConnectionResponse>
DatabaseMigrationAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Create a Database Connection resource that contains the details to connect to either a Source or Target Database in the migration.Future<CreateConnectionResponse>
DatabaseMigrationAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
-
Uses of CreateConnectionResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
CreateConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse.Builder
CreateConnectionResponse.Builder. copy(CreateConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-