Uses of Class
com.oracle.bmc.databasemigration.responses.ListMigrationObjectsResponse
-
Packages that use ListMigrationObjectsResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of ListMigrationObjectsResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return ListMigrationObjectsResponse Modifier and Type Method Description ListMigrationObjectsResponseDatabaseMigration. listMigrationObjects(ListMigrationObjectsRequest request)Display excluded/included objects.ListMigrationObjectsResponseDatabaseMigrationClient. listMigrationObjects(ListMigrationObjectsRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type ListMigrationObjectsResponse Modifier and Type Method Description Future<ListMigrationObjectsResponse>DatabaseMigrationAsync. listMigrationObjects(ListMigrationObjectsRequest request, AsyncHandler<ListMigrationObjectsRequest,ListMigrationObjectsResponse> handler)Display excluded/included objects.Future<ListMigrationObjectsResponse>DatabaseMigrationAsyncClient. listMigrationObjects(ListMigrationObjectsRequest request, AsyncHandler<ListMigrationObjectsRequest,ListMigrationObjectsResponse> handler)Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListMigrationObjectsResponse Modifier and Type Method Description Future<ListMigrationObjectsResponse>DatabaseMigrationAsync. listMigrationObjects(ListMigrationObjectsRequest request, AsyncHandler<ListMigrationObjectsRequest,ListMigrationObjectsResponse> handler)Display excluded/included objects.Future<ListMigrationObjectsResponse>DatabaseMigrationAsyncClient. listMigrationObjects(ListMigrationObjectsRequest request, AsyncHandler<ListMigrationObjectsRequest,ListMigrationObjectsResponse> handler) -
Uses of ListMigrationObjectsResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ListMigrationObjectsResponse Modifier and Type Method Description ListMigrationObjectsResponseListMigrationObjectsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ListMigrationObjectsResponse Modifier and Type Method Description ListMigrationObjectsResponse.BuilderListMigrationObjectsResponse.Builder. copy(ListMigrationObjectsResponse o)Copy method to populate the builder with values from the given instance.
-