Uses of Class
com.oracle.bmc.datacatalog.responses.FetchEntityLineageResponse
-
Packages that use FetchEntityLineageResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of FetchEntityLineageResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return FetchEntityLineageResponse Modifier and Type Method Description FetchEntityLineageResponse
DataCatalog. fetchEntityLineage(FetchEntityLineageRequest request)
Returns lineage for a given entity object.FetchEntityLineageResponse
DataCatalogClient. fetchEntityLineage(FetchEntityLineageRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type FetchEntityLineageResponse 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)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type FetchEntityLineageResponse 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 FetchEntityLineageResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return FetchEntityLineageResponse Modifier and Type Method Description FetchEntityLineageResponse
FetchEntityLineageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type FetchEntityLineageResponse Modifier and Type Method Description FetchEntityLineageResponse.Builder
FetchEntityLineageResponse.Builder. copy(FetchEntityLineageResponse o)
Copy method to populate the builder with values from the given instance.
-