Uses of Class
com.oracle.bmc.licensemanager.responses.ListProductLicensesResponse
-
Packages that use ListProductLicensesResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of ListProductLicensesResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return ListProductLicensesResponse Modifier and Type Method Description ListProductLicensesResponse
LicenseManager. listProductLicenses(ListProductLicensesRequest request)
Retrieves all the product licenses from a given compartment.ListProductLicensesResponse
LicenseManagerClient. listProductLicenses(ListProductLicensesRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type ListProductLicensesResponse 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)
Iterable<ListProductLicensesResponse>
LicenseManagerPaginators. listProductLicensesResponseIterator(ListProductLicensesRequest request)
Creates a new iterable which will iterate over the responses received from the listProductLicenses operation.Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListProductLicensesResponse 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 ListProductLicensesResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return ListProductLicensesResponse Modifier and Type Method Description ListProductLicensesResponse
ListProductLicensesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ListProductLicensesResponse Modifier and Type Method Description ListProductLicensesResponse.Builder
ListProductLicensesResponse.Builder. copy(ListProductLicensesResponse o)
Copy method to populate the builder with values from the given instance.
-