Uses of Class
com.oracle.bmc.datacatalog.responses.ListAggregatedPhysicalEntitiesResponse
-
Packages that use ListAggregatedPhysicalEntitiesResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListAggregatedPhysicalEntitiesResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListAggregatedPhysicalEntitiesResponse Modifier and Type Method Description ListAggregatedPhysicalEntitiesResponse
DataCatalog. listAggregatedPhysicalEntities(ListAggregatedPhysicalEntitiesRequest request)
List the physical entities aggregated by this logical entity.ListAggregatedPhysicalEntitiesResponse
DataCatalogClient. listAggregatedPhysicalEntities(ListAggregatedPhysicalEntitiesRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListAggregatedPhysicalEntitiesResponse Modifier and Type Method Description Future<ListAggregatedPhysicalEntitiesResponse>
DataCatalogAsync. listAggregatedPhysicalEntities(ListAggregatedPhysicalEntitiesRequest request, AsyncHandler<ListAggregatedPhysicalEntitiesRequest,ListAggregatedPhysicalEntitiesResponse> handler)
List the physical entities aggregated by this logical entity.Future<ListAggregatedPhysicalEntitiesResponse>
DataCatalogAsyncClient. listAggregatedPhysicalEntities(ListAggregatedPhysicalEntitiesRequest request, AsyncHandler<ListAggregatedPhysicalEntitiesRequest,ListAggregatedPhysicalEntitiesResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListAggregatedPhysicalEntitiesResponse Modifier and Type Method Description Future<ListAggregatedPhysicalEntitiesResponse>
DataCatalogAsync. listAggregatedPhysicalEntities(ListAggregatedPhysicalEntitiesRequest request, AsyncHandler<ListAggregatedPhysicalEntitiesRequest,ListAggregatedPhysicalEntitiesResponse> handler)
List the physical entities aggregated by this logical entity.Future<ListAggregatedPhysicalEntitiesResponse>
DataCatalogAsyncClient. listAggregatedPhysicalEntities(ListAggregatedPhysicalEntitiesRequest request, AsyncHandler<ListAggregatedPhysicalEntitiesRequest,ListAggregatedPhysicalEntitiesResponse> handler)
-
Uses of ListAggregatedPhysicalEntitiesResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListAggregatedPhysicalEntitiesResponse Modifier and Type Method Description ListAggregatedPhysicalEntitiesResponse
ListAggregatedPhysicalEntitiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListAggregatedPhysicalEntitiesResponse Modifier and Type Method Description ListAggregatedPhysicalEntitiesResponse.Builder
ListAggregatedPhysicalEntitiesResponse.Builder. copy(ListAggregatedPhysicalEntitiesResponse o)
Copy method to populate the builder with values from the given instance.
-