Uses of Class
com.oracle.bmc.licensemanager.requests.ListLicenseRecordsRequest
-
Packages that use ListLicenseRecordsRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of ListLicenseRecordsRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type ListLicenseRecordsRequest Modifier and Type Method Description ListLicenseRecordsResponseLicenseManager. listLicenseRecords(ListLicenseRecordsRequest request)Retrieves all license records for a given product license ID.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)ListLicenseRecordsResponseLicenseManagerClient. listLicenseRecords(ListLicenseRecordsRequest request)Iterable<LicenseRecordSummary>LicenseManagerPaginators. listLicenseRecordsRecordIterator(ListLicenseRecordsRequest request)Creates a new iterable which will iterate over theLicenseRecordSummaryobjects contained in responses from the listLicenseRecords operation.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 ListLicenseRecordsRequest 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 ListLicenseRecordsRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ListLicenseRecordsRequest Modifier and Type Method Description ListLicenseRecordsRequestListLicenseRecordsRequest.Builder. build()Build the instance of ListLicenseRecordsRequest as configured by this builderListLicenseRecordsRequestListLicenseRecordsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListLicenseRecordsRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type ListLicenseRecordsRequest Modifier and Type Method Description ListLicenseRecordsRequest.BuilderListLicenseRecordsRequest.Builder. copy(ListLicenseRecordsRequest o)Copy method to populate the builder with values from the given instance.
-