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 ListMigrationObjectsResponseDatabaseMigration. 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)ListMigrationObjectsResponseDatabaseMigrationClient. 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 ListMigrationObjectsRequestListMigrationObjectsRequest.Builder. build()Build the instance of ListMigrationObjectsRequest as configured by this builderListMigrationObjectsRequestListMigrationObjectsRequest.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.BuilderListMigrationObjectsRequest.Builder. copy(ListMigrationObjectsRequest o)Copy method to populate the builder with values from the given instance.
-