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 ListEntityTagsResponse
DataCatalog. 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)
ListEntityTagsResponse
DataCatalogClient. listEntityTags(ListEntityTagsRequest request)
Iterable<EntityTagSummary>
DataCatalogPaginators. listEntityTagsRecordIterator(ListEntityTagsRequest request)
Creates a new iterable which will iterate over theEntityTagSummary
objects 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 ListEntityTagsRequest
ListEntityTagsRequest.Builder. build()
Build the instance of ListEntityTagsRequest as configured by this builderListEntityTagsRequest
ListEntityTagsRequest.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.Builder
ListEntityTagsRequest.Builder. copy(ListEntityTagsRequest o)
Copy method to populate the builder with values from the given instance.
-