Uses of Class
com.oracle.bmc.databasemigration.responses.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of DeleteConnectionResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse
DatabaseMigration. deleteConnection(DeleteConnectionRequest request)
Deletes the Database Connection represented by the specified connection ID.DeleteConnectionResponse
DatabaseMigrationClient. deleteConnection(DeleteConnectionRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description Future<DeleteConnectionResponse>
DatabaseMigrationAsync. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Deletes the Database Connection represented by the specified connection ID.Future<DeleteConnectionResponse>
DatabaseMigrationAsyncClient. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type DeleteConnectionResponse Modifier and Type Method Description Future<DeleteConnectionResponse>
DatabaseMigrationAsync. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
Deletes the Database Connection represented by the specified connection ID.Future<DeleteConnectionResponse>
DatabaseMigrationAsyncClient. deleteConnection(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResponse> handler)
-
Uses of DeleteConnectionResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse
DeleteConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse.Builder
DeleteConnectionResponse.Builder. copy(DeleteConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-