Uses of Class
com.oracle.bmc.licensemanager.requests.ListTopUtilizedProductLicensesRequest
-
Packages that use ListTopUtilizedProductLicensesRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of ListTopUtilizedProductLicensesRequest in com.oracle.bmc.licensemanager
Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListTopUtilizedProductLicensesRequest 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 ListTopUtilizedProductLicensesRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ListTopUtilizedProductLicensesRequest Modifier and Type Method Description ListTopUtilizedProductLicensesRequest
ListTopUtilizedProductLicensesRequest.Builder. build()
Build the instance of ListTopUtilizedProductLicensesRequest as configured by this builderListTopUtilizedProductLicensesRequest
ListTopUtilizedProductLicensesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTopUtilizedProductLicensesRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type ListTopUtilizedProductLicensesRequest Modifier and Type Method Description ListTopUtilizedProductLicensesRequest.Builder
ListTopUtilizedProductLicensesRequest.Builder. copy(ListTopUtilizedProductLicensesRequest o)
Copy method to populate the builder with values from the given instance.
-