Uses of Class
com.oracle.bmc.licensemanager.requests.ListProductLicensesRequest
-
Packages that use ListProductLicensesRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of ListProductLicensesRequest in com.oracle.bmc.licensemanager
Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListProductLicensesRequest Modifier and Type Method Description Future<ListProductLicensesResponse>LicenseManagerAsync. listProductLicenses(ListProductLicensesRequest request, AsyncHandler<ListProductLicensesRequest,ListProductLicensesResponse> handler)Retrieves all the product licenses from a given compartment.Future<ListProductLicensesResponse>LicenseManagerAsyncClient. listProductLicenses(ListProductLicensesRequest request, AsyncHandler<ListProductLicensesRequest,ListProductLicensesResponse> handler) -
Uses of ListProductLicensesRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ListProductLicensesRequest Modifier and Type Method Description ListProductLicensesRequestListProductLicensesRequest.Builder. build()Build the instance of ListProductLicensesRequest as configured by this builderListProductLicensesRequestListProductLicensesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListProductLicensesRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type ListProductLicensesRequest Modifier and Type Method Description ListProductLicensesRequest.BuilderListProductLicensesRequest.Builder. copy(ListProductLicensesRequest o)Copy method to populate the builder with values from the given instance.
-