Uses of Class
com.oracle.bmc.datacatalog.responses.ListDataAssetsResponse
-
Packages that use ListDataAssetsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListDataAssetsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListDataAssetsResponse Modifier and Type Method Description ListDataAssetsResponseDataCatalog. listDataAssets(ListDataAssetsRequest request)Returns a list of data assets within a data catalog.ListDataAssetsResponseDataCatalogClient. listDataAssets(ListDataAssetsRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListDataAssetsResponse Modifier and Type Method Description Future<ListDataAssetsResponse>DataCatalogAsync. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)Returns a list of data assets within a data catalog.Future<ListDataAssetsResponse>DataCatalogAsyncClient. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)Iterable<ListDataAssetsResponse>DataCatalogPaginators. listDataAssetsResponseIterator(ListDataAssetsRequest request)Creates a new iterable which will iterate over the responses received from the listDataAssets operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListDataAssetsResponse Modifier and Type Method Description Future<ListDataAssetsResponse>DataCatalogAsync. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)Returns a list of data assets within a data catalog.Future<ListDataAssetsResponse>DataCatalogAsyncClient. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler) -
Uses of ListDataAssetsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListDataAssetsResponse Modifier and Type Method Description ListDataAssetsResponseListDataAssetsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListDataAssetsResponse Modifier and Type Method Description ListDataAssetsResponse.BuilderListDataAssetsResponse.Builder. copy(ListDataAssetsResponse o)Copy method to populate the builder with values from the given instance.
-