Uses of Class
com.oracle.bmc.databasemigration.requests.ListMigrationObjectsRequest
-
Packages that use ListMigrationObjectsRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of ListMigrationObjectsRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type ListMigrationObjectsRequest Modifier and Type Method Description ListMigrationObjectsResponse
DatabaseMigration. listMigrationObjects(ListMigrationObjectsRequest request)
Display excluded/included objects.Future<ListMigrationObjectsResponse>
DatabaseMigrationAsync. listMigrationObjects(ListMigrationObjectsRequest request, AsyncHandler<ListMigrationObjectsRequest,ListMigrationObjectsResponse> handler)
Display excluded/included objects.Future<ListMigrationObjectsResponse>
DatabaseMigrationAsyncClient. listMigrationObjects(ListMigrationObjectsRequest request, AsyncHandler<ListMigrationObjectsRequest,ListMigrationObjectsResponse> handler)
ListMigrationObjectsResponse
DatabaseMigrationClient. listMigrationObjects(ListMigrationObjectsRequest request)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListMigrationObjectsRequest 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 ListMigrationObjectsRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return ListMigrationObjectsRequest Modifier and Type Method Description ListMigrationObjectsRequest
ListMigrationObjectsRequest.Builder. build()
Build the instance of ListMigrationObjectsRequest as configured by this builderListMigrationObjectsRequest
ListMigrationObjectsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMigrationObjectsRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type ListMigrationObjectsRequest Modifier and Type Method Description ListMigrationObjectsRequest.Builder
ListMigrationObjectsRequest.Builder. copy(ListMigrationObjectsRequest o)
Copy method to populate the builder with values from the given instance.
-