Uses of Class
com.oracle.bmc.licensemanager.responses.ListTopUtilizedProductLicensesResponse
-
Packages that use ListTopUtilizedProductLicensesResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of ListTopUtilizedProductLicensesResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return ListTopUtilizedProductLicensesResponse Modifier and Type Method Description ListTopUtilizedProductLicensesResponse
LicenseManager. listTopUtilizedProductLicenses(ListTopUtilizedProductLicensesRequest request)
Retrieves the top utilized product licenses for a given compartment.ListTopUtilizedProductLicensesResponse
LicenseManagerClient. listTopUtilizedProductLicenses(ListTopUtilizedProductLicensesRequest request)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListTopUtilizedProductLicensesResponse Modifier and Type Method Description Future<ListTopUtilizedProductLicensesResponse>
LicenseManagerAsync. listTopUtilizedProductLicenses(ListTopUtilizedProductLicensesRequest request, AsyncHandler<ListTopUtilizedProductLicensesRequest,ListTopUtilizedProductLicensesResponse> handler)
Retrieves the top utilized product licenses for a given compartment.Future<ListTopUtilizedProductLicensesResponse>
LicenseManagerAsyncClient. listTopUtilizedProductLicenses(ListTopUtilizedProductLicensesRequest request, AsyncHandler<ListTopUtilizedProductLicensesRequest,ListTopUtilizedProductLicensesResponse> handler)
-
Uses of ListTopUtilizedProductLicensesResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return ListTopUtilizedProductLicensesResponse Modifier and Type Method Description ListTopUtilizedProductLicensesResponse
ListTopUtilizedProductLicensesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ListTopUtilizedProductLicensesResponse Modifier and Type Method Description ListTopUtilizedProductLicensesResponse.Builder
ListTopUtilizedProductLicensesResponse.Builder. copy(ListTopUtilizedProductLicensesResponse o)
Copy method to populate the builder with values from the given instance.
-