Uses of Class
com.oracle.bmc.databasemigration.responses.CreateMigrationResponse
-
Packages that use CreateMigrationResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of CreateMigrationResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return CreateMigrationResponse Modifier and Type Method Description CreateMigrationResponse
DatabaseMigration. createMigration(CreateMigrationRequest request)
Create a Migration resource that contains all the details to perform the database migration operation, such as source and destination database details, credentials, etc.CreateMigrationResponse
DatabaseMigrationClient. createMigration(CreateMigrationRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type CreateMigrationResponse Modifier and Type Method Description Future<CreateMigrationResponse>
DatabaseMigrationAsync. createMigration(CreateMigrationRequest request, AsyncHandler<CreateMigrationRequest,CreateMigrationResponse> handler)
Create a Migration resource that contains all the details to perform the database migration operation, such as source and destination database details, credentials, etc.Future<CreateMigrationResponse>
DatabaseMigrationAsyncClient. createMigration(CreateMigrationRequest request, AsyncHandler<CreateMigrationRequest,CreateMigrationResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type CreateMigrationResponse Modifier and Type Method Description Future<CreateMigrationResponse>
DatabaseMigrationAsync. createMigration(CreateMigrationRequest request, AsyncHandler<CreateMigrationRequest,CreateMigrationResponse> handler)
Create a Migration resource that contains all the details to perform the database migration operation, such as source and destination database details, credentials, etc.Future<CreateMigrationResponse>
DatabaseMigrationAsyncClient. createMigration(CreateMigrationRequest request, AsyncHandler<CreateMigrationRequest,CreateMigrationResponse> handler)
-
Uses of CreateMigrationResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return CreateMigrationResponse Modifier and Type Method Description CreateMigrationResponse
CreateMigrationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type CreateMigrationResponse Modifier and Type Method Description CreateMigrationResponse.Builder
CreateMigrationResponse.Builder. copy(CreateMigrationResponse o)
Copy method to populate the builder with values from the given instance.
-