Uses of Class
com.oracle.bmc.datacatalog.requests.ListEntitiesRequest
-
Packages that use ListEntitiesRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListEntitiesRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListEntitiesRequest Modifier and Type Method Description ListEntitiesResponse
DataCatalog. listEntities(ListEntitiesRequest request)
Returns a list of all entities of a data asset.Future<ListEntitiesResponse>
DataCatalogAsync. listEntities(ListEntitiesRequest request, AsyncHandler<ListEntitiesRequest,ListEntitiesResponse> handler)
Returns a list of all entities of a data asset.Future<ListEntitiesResponse>
DataCatalogAsyncClient. listEntities(ListEntitiesRequest request, AsyncHandler<ListEntitiesRequest,ListEntitiesResponse> handler)
ListEntitiesResponse
DataCatalogClient. listEntities(ListEntitiesRequest request)
Iterable<EntitySummary>
DataCatalogPaginators. listEntitiesRecordIterator(ListEntitiesRequest request)
Creates a new iterable which will iterate over theEntitySummary
objects contained in responses from the listEntities operation.Iterable<ListEntitiesResponse>
DataCatalogPaginators. listEntitiesResponseIterator(ListEntitiesRequest request)
Creates a new iterable which will iterate over the responses received from the listEntities operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListEntitiesRequest Modifier and Type Method Description Future<ListEntitiesResponse>
DataCatalogAsync. listEntities(ListEntitiesRequest request, AsyncHandler<ListEntitiesRequest,ListEntitiesResponse> handler)
Returns a list of all entities of a data asset.Future<ListEntitiesResponse>
DataCatalogAsyncClient. listEntities(ListEntitiesRequest request, AsyncHandler<ListEntitiesRequest,ListEntitiesResponse> handler)
-
Uses of ListEntitiesRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListEntitiesRequest Modifier and Type Method Description ListEntitiesRequest
ListEntitiesRequest.Builder. build()
Build the instance of ListEntitiesRequest as configured by this builderListEntitiesRequest
ListEntitiesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListEntitiesRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListEntitiesRequest Modifier and Type Method Description ListEntitiesRequest.Builder
ListEntitiesRequest.Builder. copy(ListEntitiesRequest o)
Copy method to populate the builder with values from the given instance.
-