Uses of Class
com.oracle.bmc.datacatalog.requests.ListFolderTagsRequest
-
Packages that use ListFolderTagsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListFolderTagsRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListFolderTagsRequest Modifier and Type Method Description ListFolderTagsResponse
DataCatalog. listFolderTags(ListFolderTagsRequest request)
Returns a list of all tags for a folder.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)
ListFolderTagsResponse
DataCatalogClient. listFolderTags(ListFolderTagsRequest request)
Iterable<FolderTagSummary>
DataCatalogPaginators. listFolderTagsRecordIterator(ListFolderTagsRequest request)
Creates a new iterable which will iterate over theFolderTagSummary
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.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListFolderTagsRequest Modifier and Type Method 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)
-
Uses of ListFolderTagsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListFolderTagsRequest Modifier and Type Method Description ListFolderTagsRequest
ListFolderTagsRequest.Builder. build()
Build the instance of ListFolderTagsRequest as configured by this builderListFolderTagsRequest
ListFolderTagsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFolderTagsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListFolderTagsRequest Modifier and Type Method Description ListFolderTagsRequest.Builder
ListFolderTagsRequest.Builder. copy(ListFolderTagsRequest o)
Copy method to populate the builder with values from the given instance.
-