Uses of Class
com.oracle.bmc.licensemanager.responses.ListLicenseRecordsResponse
-
Packages that use ListLicenseRecordsResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of ListLicenseRecordsResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return ListLicenseRecordsResponse Modifier and Type Method Description ListLicenseRecordsResponse
LicenseManager. listLicenseRecords(ListLicenseRecordsRequest request)
Retrieves all license records for a given product license ID.ListLicenseRecordsResponse
LicenseManagerClient. listLicenseRecords(ListLicenseRecordsRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type ListLicenseRecordsResponse Modifier and Type Method Description Future<ListLicenseRecordsResponse>
LicenseManagerAsync. listLicenseRecords(ListLicenseRecordsRequest request, AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler)
Retrieves all license records for a given product license ID.Future<ListLicenseRecordsResponse>
LicenseManagerAsyncClient. listLicenseRecords(ListLicenseRecordsRequest request, AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler)
Iterable<ListLicenseRecordsResponse>
LicenseManagerPaginators. listLicenseRecordsResponseIterator(ListLicenseRecordsRequest request)
Creates a new iterable which will iterate over the responses received from the listLicenseRecords operation.Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListLicenseRecordsResponse Modifier and Type Method Description Future<ListLicenseRecordsResponse>
LicenseManagerAsync. listLicenseRecords(ListLicenseRecordsRequest request, AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler)
Retrieves all license records for a given product license ID.Future<ListLicenseRecordsResponse>
LicenseManagerAsyncClient. listLicenseRecords(ListLicenseRecordsRequest request, AsyncHandler<ListLicenseRecordsRequest,ListLicenseRecordsResponse> handler)
-
Uses of ListLicenseRecordsResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return ListLicenseRecordsResponse Modifier and Type Method Description ListLicenseRecordsResponse
ListLicenseRecordsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ListLicenseRecordsResponse Modifier and Type Method Description ListLicenseRecordsResponse.Builder
ListLicenseRecordsResponse.Builder. copy(ListLicenseRecordsResponse o)
Copy method to populate the builder with values from the given instance.
-