Uses of Class
com.oracle.bmc.datacatalog.requests.ListEntityTagsRequest
-
Packages that use ListEntityTagsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListEntityTagsRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListEntityTagsRequest Modifier and Type Method Description ListEntityTagsResponseDataCatalog. listEntityTags(ListEntityTagsRequest request)Returns a list of all tags for a data entity.Future<ListEntityTagsResponse>DataCatalogAsync. listEntityTags(ListEntityTagsRequest request, AsyncHandler<ListEntityTagsRequest,ListEntityTagsResponse> handler)Returns a list of all tags for a data entity.Future<ListEntityTagsResponse>DataCatalogAsyncClient. listEntityTags(ListEntityTagsRequest request, AsyncHandler<ListEntityTagsRequest,ListEntityTagsResponse> handler)ListEntityTagsResponseDataCatalogClient. listEntityTags(ListEntityTagsRequest request)Iterable<EntityTagSummary>DataCatalogPaginators. listEntityTagsRecordIterator(ListEntityTagsRequest request)Creates a new iterable which will iterate over theEntityTagSummaryobjects contained in responses from the listEntityTags operation.Iterable<ListEntityTagsResponse>DataCatalogPaginators. listEntityTagsResponseIterator(ListEntityTagsRequest request)Creates a new iterable which will iterate over the responses received from the listEntityTags operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListEntityTagsRequest Modifier and Type Method Description Future<ListEntityTagsResponse>DataCatalogAsync. listEntityTags(ListEntityTagsRequest request, AsyncHandler<ListEntityTagsRequest,ListEntityTagsResponse> handler)Returns a list of all tags for a data entity.Future<ListEntityTagsResponse>DataCatalogAsyncClient. listEntityTags(ListEntityTagsRequest request, AsyncHandler<ListEntityTagsRequest,ListEntityTagsResponse> handler) -
Uses of ListEntityTagsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListEntityTagsRequest Modifier and Type Method Description ListEntityTagsRequestListEntityTagsRequest.Builder. build()Build the instance of ListEntityTagsRequest as configured by this builderListEntityTagsRequestListEntityTagsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListEntityTagsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListEntityTagsRequest Modifier and Type Method Description ListEntityTagsRequest.BuilderListEntityTagsRequest.Builder. copy(ListEntityTagsRequest o)Copy method to populate the builder with values from the given instance.
-