Uses of Class
com.oracle.bmc.licensemanager.responses.UpdateProductLicenseResponse
-
Packages that use UpdateProductLicenseResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of UpdateProductLicenseResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return UpdateProductLicenseResponse Modifier and Type Method Description UpdateProductLicenseResponse
LicenseManager. updateProductLicense(UpdateProductLicenseRequest request)
Updates the list of images for a product license.UpdateProductLicenseResponse
LicenseManagerClient. updateProductLicense(UpdateProductLicenseRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type UpdateProductLicenseResponse Modifier and Type Method Description Future<UpdateProductLicenseResponse>
LicenseManagerAsync. updateProductLicense(UpdateProductLicenseRequest request, AsyncHandler<UpdateProductLicenseRequest,UpdateProductLicenseResponse> handler)
Updates the list of images for a product license.Future<UpdateProductLicenseResponse>
LicenseManagerAsyncClient. updateProductLicense(UpdateProductLicenseRequest request, AsyncHandler<UpdateProductLicenseRequest,UpdateProductLicenseResponse> handler)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type UpdateProductLicenseResponse Modifier and Type Method Description Future<UpdateProductLicenseResponse>
LicenseManagerAsync. updateProductLicense(UpdateProductLicenseRequest request, AsyncHandler<UpdateProductLicenseRequest,UpdateProductLicenseResponse> handler)
Updates the list of images for a product license.Future<UpdateProductLicenseResponse>
LicenseManagerAsyncClient. updateProductLicense(UpdateProductLicenseRequest request, AsyncHandler<UpdateProductLicenseRequest,UpdateProductLicenseResponse> handler)
-
Uses of UpdateProductLicenseResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return UpdateProductLicenseResponse Modifier and Type Method Description UpdateProductLicenseResponse
UpdateProductLicenseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type UpdateProductLicenseResponse Modifier and Type Method Description UpdateProductLicenseResponse.Builder
UpdateProductLicenseResponse.Builder. copy(UpdateProductLicenseResponse o)
Copy method to populate the builder with values from the given instance.
-