Uses of Class
com.oracle.bmc.databasemigration.responses.ListExcludedObjectsResponse
-
Packages that use ListExcludedObjectsResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of ListExcludedObjectsResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return ListExcludedObjectsResponse Modifier and Type Method Description ListExcludedObjectsResponseDatabaseMigration. listExcludedObjects(ListExcludedObjectsRequest request)List the excluded database objects.ListExcludedObjectsResponseDatabaseMigrationClient. listExcludedObjects(ListExcludedObjectsRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type ListExcludedObjectsResponse Modifier and Type Method Description Future<ListExcludedObjectsResponse>DatabaseMigrationAsync. listExcludedObjects(ListExcludedObjectsRequest request, AsyncHandler<ListExcludedObjectsRequest,ListExcludedObjectsResponse> handler)List the excluded database objects.Future<ListExcludedObjectsResponse>DatabaseMigrationAsyncClient. listExcludedObjects(ListExcludedObjectsRequest request, AsyncHandler<ListExcludedObjectsRequest,ListExcludedObjectsResponse> handler)Iterable<ListExcludedObjectsResponse>DatabaseMigrationPaginators. listExcludedObjectsResponseIterator(ListExcludedObjectsRequest request)Creates a new iterable which will iterate over the responses received from the listExcludedObjects operation.Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListExcludedObjectsResponse Modifier and Type Method Description Future<ListExcludedObjectsResponse>DatabaseMigrationAsync. listExcludedObjects(ListExcludedObjectsRequest request, AsyncHandler<ListExcludedObjectsRequest,ListExcludedObjectsResponse> handler)List the excluded database objects.Future<ListExcludedObjectsResponse>DatabaseMigrationAsyncClient. listExcludedObjects(ListExcludedObjectsRequest request, AsyncHandler<ListExcludedObjectsRequest,ListExcludedObjectsResponse> handler) -
Uses of ListExcludedObjectsResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ListExcludedObjectsResponse Modifier and Type Method Description ListExcludedObjectsResponseListExcludedObjectsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ListExcludedObjectsResponse Modifier and Type Method Description ListExcludedObjectsResponse.BuilderListExcludedObjectsResponse.Builder. copy(ListExcludedObjectsResponse o)Copy method to populate the builder with values from the given instance.
-