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