Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListDataAssetsResponse |
DataCatalog.listDataAssets(ListDataAssetsRequest request)
Returns a list of data assets within a data catalog.
|
ListDataAssetsResponse |
DataCatalogClient.listDataAssets(ListDataAssetsRequest request) |
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<DataAssetSummary> |
DataCatalogPaginators.listDataAssetsRecordIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over the
DataAssetSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListDataAssetsRequest |
ListDataAssetsRequest.Builder.build()
Build the instance of ListDataAssetsRequest as configured by this builder
|
ListDataAssetsRequest |
ListDataAssetsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDataAssetsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDataAssetsRequest.Builder |
ListDataAssetsRequest.Builder.copy(ListDataAssetsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.