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.databasemigrationMethods in com.oracle.bmc.databasemigration that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponseDatabaseMigration. deleteConnection(DeleteConnectionRequest request)Deletes the Database Connection represented by the specified connection ID.DeleteConnectionResponseDatabaseMigrationClient. 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.responsesMethods in com.oracle.bmc.databasemigration.responses that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponseDeleteConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. copy(DeleteConnectionResponse o)Copy method to populate the builder with values from the given instance.
 
-