Uses of Class
com.oracle.bmc.datacatalog.requests.FetchEntityLineageRequest
-
Packages that use FetchEntityLineageRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of FetchEntityLineageRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type FetchEntityLineageRequest Modifier and Type Method Description FetchEntityLineageResponseDataCatalog. fetchEntityLineage(FetchEntityLineageRequest request)Returns lineage for a given entity object.Future<FetchEntityLineageResponse>DataCatalogAsync. fetchEntityLineage(FetchEntityLineageRequest request, AsyncHandler<FetchEntityLineageRequest,FetchEntityLineageResponse> handler)Returns lineage for a given entity object.Future<FetchEntityLineageResponse>DataCatalogAsyncClient. fetchEntityLineage(FetchEntityLineageRequest request, AsyncHandler<FetchEntityLineageRequest,FetchEntityLineageResponse> handler)FetchEntityLineageResponseDataCatalogClient. fetchEntityLineage(FetchEntityLineageRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type FetchEntityLineageRequest Modifier and Type Method Description Future<FetchEntityLineageResponse>DataCatalogAsync. fetchEntityLineage(FetchEntityLineageRequest request, AsyncHandler<FetchEntityLineageRequest,FetchEntityLineageResponse> handler)Returns lineage for a given entity object.Future<FetchEntityLineageResponse>DataCatalogAsyncClient. fetchEntityLineage(FetchEntityLineageRequest request, AsyncHandler<FetchEntityLineageRequest,FetchEntityLineageResponse> handler) -
Uses of FetchEntityLineageRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return FetchEntityLineageRequest Modifier and Type Method Description FetchEntityLineageRequestFetchEntityLineageRequest.Builder. build()Build the instance of FetchEntityLineageRequest as configured by this builderFetchEntityLineageRequestFetchEntityLineageRequest.Builder. buildWithoutInvocationCallback()Build the instance of FetchEntityLineageRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type FetchEntityLineageRequest Modifier and Type Method Description FetchEntityLineageRequest.BuilderFetchEntityLineageRequest.Builder. copy(FetchEntityLineageRequest o)Copy method to populate the builder with values from the given instance.
-