Package | Description |
---|---|
com.oracle.bmc.databasemigration | |
com.oracle.bmc.databasemigration.responses |
Modifier and Type | Method and Description |
---|---|
CreateConnectionResponse |
DatabaseMigrationClient.createConnection(CreateConnectionRequest request) |
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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateConnectionResponse |
CreateConnectionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.copy(CreateConnectionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.