Uses of Class
com.oracle.bmc.licensemanager.responses.UpdateLicenseRecordResponse
-
Packages that use UpdateLicenseRecordResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of UpdateLicenseRecordResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return UpdateLicenseRecordResponse Modifier and Type Method Description UpdateLicenseRecordResponse
LicenseManager. updateLicenseRecord(UpdateLicenseRecordRequest request)
Updates license record entity details.UpdateLicenseRecordResponse
LicenseManagerClient. updateLicenseRecord(UpdateLicenseRecordRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type UpdateLicenseRecordResponse 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)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type UpdateLicenseRecordResponse 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 UpdateLicenseRecordResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return UpdateLicenseRecordResponse Modifier and Type Method Description UpdateLicenseRecordResponse
UpdateLicenseRecordResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type UpdateLicenseRecordResponse Modifier and Type Method Description UpdateLicenseRecordResponse.Builder
UpdateLicenseRecordResponse.Builder. copy(UpdateLicenseRecordResponse o)
Copy method to populate the builder with values from the given instance.
-