Uses of Class
com.oracle.bmc.databasemigration.responses.GetConnectionResponse
-
Packages that use GetConnectionResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of GetConnectionResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponse
DatabaseMigration. getConnection(GetConnectionRequest request)
Display Database Connection details.GetConnectionResponse
DatabaseMigrationClient. getConnection(GetConnectionRequest request)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type GetConnectionResponse Modifier and Type Method Description Future<GetConnectionResponse>
DatabaseMigrationAsync. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
Display Database Connection details.Future<GetConnectionResponse>
DatabaseMigrationAsyncClient. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
-
Uses of GetConnectionResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponse
GetConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type GetConnectionResponse Modifier and Type Method Description GetConnectionResponse.Builder
GetConnectionResponse.Builder. copy(GetConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-