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