Uses of Class
com.oracle.bmc.datacatalog.requests.ListDataAssetsRequest
-
Packages that use ListDataAssetsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListDataAssetsRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListDataAssetsRequest Modifier and Type Method Description ListDataAssetsResponseDataCatalog. listDataAssets(ListDataAssetsRequest request)Returns a list of data assets within a data catalog.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)ListDataAssetsResponseDataCatalogClient. listDataAssets(ListDataAssetsRequest request)Iterable<DataAssetSummary>DataCatalogPaginators. listDataAssetsRecordIterator(ListDataAssetsRequest request)Creates a new iterable which will iterate over theDataAssetSummaryobjects contained in responses from the listDataAssets operation.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 ListDataAssetsRequest 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 ListDataAssetsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListDataAssetsRequest Modifier and Type Method Description ListDataAssetsRequestListDataAssetsRequest.Builder. build()Build the instance of ListDataAssetsRequest as configured by this builderListDataAssetsRequestListDataAssetsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDataAssetsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListDataAssetsRequest Modifier and Type Method Description ListDataAssetsRequest.BuilderListDataAssetsRequest.Builder. copy(ListDataAssetsRequest o)Copy method to populate the builder with values from the given instance.
-