Uses of Class
com.oracle.bmc.dataintegration.responses.ListDependentObjectsResponse
-
Packages that use ListDependentObjectsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListDependentObjectsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListDependentObjectsResponse Modifier and Type Method Description ListDependentObjectsResponseDataIntegration. listDependentObjects(ListDependentObjectsRequest request)Retrieves a list of all dependent objects for a specific application.ListDependentObjectsResponseDataIntegrationClient. listDependentObjects(ListDependentObjectsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListDependentObjectsResponse 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)Iterable<ListDependentObjectsResponse>DataIntegrationPaginators. listDependentObjectsResponseIterator(ListDependentObjectsRequest request)Creates a new iterable which will iterate over the responses received from the listDependentObjects operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListDependentObjectsResponse 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 ListDependentObjectsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListDependentObjectsResponse Modifier and Type Method Description ListDependentObjectsResponseListDependentObjectsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListDependentObjectsResponse Modifier and Type Method Description ListDependentObjectsResponse.BuilderListDependentObjectsResponse.Builder. copy(ListDependentObjectsResponse o)Copy method to populate the builder with values from the given instance.
-