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