Uses of Class
com.oracle.bmc.datacatalog.requests.ListDerivedLogicalEntitiesRequest
-
Packages that use ListDerivedLogicalEntitiesRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListDerivedLogicalEntitiesRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListDerivedLogicalEntitiesRequest Modifier and Type Method Description ListDerivedLogicalEntitiesResponseDataCatalog. listDerivedLogicalEntities(ListDerivedLogicalEntitiesRequest request)List logical entities derived from this pattern.Future<ListDerivedLogicalEntitiesResponse>DataCatalogAsync. listDerivedLogicalEntities(ListDerivedLogicalEntitiesRequest request, AsyncHandler<ListDerivedLogicalEntitiesRequest,ListDerivedLogicalEntitiesResponse> handler)List logical entities derived from this pattern.Future<ListDerivedLogicalEntitiesResponse>DataCatalogAsyncClient. listDerivedLogicalEntities(ListDerivedLogicalEntitiesRequest request, AsyncHandler<ListDerivedLogicalEntitiesRequest,ListDerivedLogicalEntitiesResponse> handler)ListDerivedLogicalEntitiesResponseDataCatalogClient. listDerivedLogicalEntities(ListDerivedLogicalEntitiesRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListDerivedLogicalEntitiesRequest Modifier and Type Method Description Future<ListDerivedLogicalEntitiesResponse>DataCatalogAsync. listDerivedLogicalEntities(ListDerivedLogicalEntitiesRequest request, AsyncHandler<ListDerivedLogicalEntitiesRequest,ListDerivedLogicalEntitiesResponse> handler)List logical entities derived from this pattern.Future<ListDerivedLogicalEntitiesResponse>DataCatalogAsyncClient. listDerivedLogicalEntities(ListDerivedLogicalEntitiesRequest request, AsyncHandler<ListDerivedLogicalEntitiesRequest,ListDerivedLogicalEntitiesResponse> handler) -
Uses of ListDerivedLogicalEntitiesRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListDerivedLogicalEntitiesRequest Modifier and Type Method Description ListDerivedLogicalEntitiesRequestListDerivedLogicalEntitiesRequest.Builder. build()Build the instance of ListDerivedLogicalEntitiesRequest as configured by this builderListDerivedLogicalEntitiesRequestListDerivedLogicalEntitiesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDerivedLogicalEntitiesRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListDerivedLogicalEntitiesRequest Modifier and Type Method Description ListDerivedLogicalEntitiesRequest.BuilderListDerivedLogicalEntitiesRequest.Builder. copy(ListDerivedLogicalEntitiesRequest o)Copy method to populate the builder with values from the given instance.
-