Uses of Class
com.oracle.bmc.dataintegration.requests.ListDependentObjectsRequest
-
Packages that use ListDependentObjectsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListDependentObjectsRequest in com.oracle.bmc.dataintegration
Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListDependentObjectsRequest Modifier and Type Method Description Future<ListDependentObjectsResponse>DataIntegrationAsync. listDependentObjects(ListDependentObjectsRequest request, AsyncHandler<ListDependentObjectsRequest,ListDependentObjectsResponse> handler)Retrieves a list of all dependent objects for a specific application.Future<ListDependentObjectsResponse>DataIntegrationAsyncClient. listDependentObjects(ListDependentObjectsRequest request, AsyncHandler<ListDependentObjectsRequest,ListDependentObjectsResponse> handler) -
Uses of ListDependentObjectsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListDependentObjectsRequest Modifier and Type Method Description ListDependentObjectsRequestListDependentObjectsRequest.Builder. build()Build the instance of ListDependentObjectsRequest as configured by this builderListDependentObjectsRequestListDependentObjectsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDependentObjectsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListDependentObjectsRequest Modifier and Type Method Description ListDependentObjectsRequest.BuilderListDependentObjectsRequest.Builder. copy(ListDependentObjectsRequest o)Copy method to populate the builder with values from the given instance.
-