Uses of Class
com.oracle.bmc.datacatalog.responses.ListFolderTagsResponse
-
Packages that use ListFolderTagsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListFolderTagsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListFolderTagsResponse Modifier and Type Method Description ListFolderTagsResponse
DataCatalog. listFolderTags(ListFolderTagsRequest request)
Returns a list of all tags for a folder.ListFolderTagsResponse
DataCatalogClient. listFolderTags(ListFolderTagsRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListFolderTagsResponse 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)
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 ListFolderTagsResponse 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 ListFolderTagsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListFolderTagsResponse Modifier and Type Method Description ListFolderTagsResponse
ListFolderTagsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListFolderTagsResponse Modifier and Type Method Description ListFolderTagsResponse.Builder
ListFolderTagsResponse.Builder. copy(ListFolderTagsResponse o)
Copy method to populate the builder with values from the given instance.
-