Uses of Class
com.oracle.bmc.licensemanager.requests.UpdateLicenseRecordRequest
-
Packages that use UpdateLicenseRecordRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of UpdateLicenseRecordRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type UpdateLicenseRecordRequest Modifier and Type Method Description UpdateLicenseRecordResponseLicenseManager. updateLicenseRecord(UpdateLicenseRecordRequest request)Updates license record entity details.Future<UpdateLicenseRecordResponse>LicenseManagerAsync. updateLicenseRecord(UpdateLicenseRecordRequest request, AsyncHandler<UpdateLicenseRecordRequest,UpdateLicenseRecordResponse> handler)Updates license record entity details.Future<UpdateLicenseRecordResponse>LicenseManagerAsyncClient. updateLicenseRecord(UpdateLicenseRecordRequest request, AsyncHandler<UpdateLicenseRecordRequest,UpdateLicenseRecordResponse> handler)UpdateLicenseRecordResponseLicenseManagerClient. updateLicenseRecord(UpdateLicenseRecordRequest request)Method parameters in com.oracle.bmc.licensemanager with type arguments of type UpdateLicenseRecordRequest Modifier and Type Method Description Future<UpdateLicenseRecordResponse>LicenseManagerAsync. updateLicenseRecord(UpdateLicenseRecordRequest request, AsyncHandler<UpdateLicenseRecordRequest,UpdateLicenseRecordResponse> handler)Updates license record entity details.Future<UpdateLicenseRecordResponse>LicenseManagerAsyncClient. updateLicenseRecord(UpdateLicenseRecordRequest request, AsyncHandler<UpdateLicenseRecordRequest,UpdateLicenseRecordResponse> handler) -
Uses of UpdateLicenseRecordRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return UpdateLicenseRecordRequest Modifier and Type Method Description UpdateLicenseRecordRequestUpdateLicenseRecordRequest.Builder. build()Build the instance of UpdateLicenseRecordRequest as configured by this builderUpdateLicenseRecordRequestUpdateLicenseRecordRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateLicenseRecordRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type UpdateLicenseRecordRequest Modifier and Type Method Description UpdateLicenseRecordRequest.BuilderUpdateLicenseRecordRequest.Builder. copy(UpdateLicenseRecordRequest o)Copy method to populate the builder with values from the given instance.
-