Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListFoldersResponse |
DataCatalogClient.listFolders(ListFoldersRequest request) |
ListFoldersResponse |
DataCatalog.listFolders(ListFoldersRequest request)
Returns a list of all folders.
|
Future<ListFoldersResponse> |
DataCatalogAsync.listFolders(ListFoldersRequest request,
AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler)
Returns a list of all folders.
|
Future<ListFoldersResponse> |
DataCatalogAsyncClient.listFolders(ListFoldersRequest request,
AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler) |
Iterable<FolderSummary> |
DataCatalogPaginators.listFoldersRecordIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over the
FolderSummary objects contained in responses from the
listFolders operation. |
Iterable<ListFoldersResponse> |
DataCatalogPaginators.listFoldersResponseIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over the responses received from the listFolders
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListFoldersResponse> |
DataCatalogAsync.listFolders(ListFoldersRequest request,
AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler)
Returns a list of all folders.
|
Future<ListFoldersResponse> |
DataCatalogAsyncClient.listFolders(ListFoldersRequest request,
AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListFoldersRequest |
ListFoldersRequest.Builder.build()
Build the instance of ListFoldersRequest as configured by this builder
|
ListFoldersRequest |
ListFoldersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListFoldersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListFoldersRequest.Builder |
ListFoldersRequest.Builder.copy(ListFoldersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.