Uses of Class
com.oracle.bmc.datacatalog.responses.ObjectStatsResponse
-
Packages that use ObjectStatsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ObjectStatsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ObjectStatsResponse Modifier and Type Method Description ObjectStatsResponse
DataCatalog. objectStats(ObjectStatsRequest request)
Returns stats on objects by type in the repository.ObjectStatsResponse
DataCatalogClient. objectStats(ObjectStatsRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ObjectStatsResponse Modifier and Type Method Description Future<ObjectStatsResponse>
DataCatalogAsync. objectStats(ObjectStatsRequest request, AsyncHandler<ObjectStatsRequest,ObjectStatsResponse> handler)
Returns stats on objects by type in the repository.Future<ObjectStatsResponse>
DataCatalogAsyncClient. objectStats(ObjectStatsRequest request, AsyncHandler<ObjectStatsRequest,ObjectStatsResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ObjectStatsResponse Modifier and Type Method Description Future<ObjectStatsResponse>
DataCatalogAsync. objectStats(ObjectStatsRequest request, AsyncHandler<ObjectStatsRequest,ObjectStatsResponse> handler)
Returns stats on objects by type in the repository.Future<ObjectStatsResponse>
DataCatalogAsyncClient. objectStats(ObjectStatsRequest request, AsyncHandler<ObjectStatsRequest,ObjectStatsResponse> handler)
-
Uses of ObjectStatsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ObjectStatsResponse Modifier and Type Method Description ObjectStatsResponse
ObjectStatsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ObjectStatsResponse Modifier and Type Method Description ObjectStatsResponse.Builder
ObjectStatsResponse.Builder. copy(ObjectStatsResponse o)
Copy method to populate the builder with values from the given instance.
-