Uses of Class
com.oracle.bmc.licensemanager.requests.UpdateProductLicenseRequest
-
Packages that use UpdateProductLicenseRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of UpdateProductLicenseRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type UpdateProductLicenseRequest Modifier and Type Method Description UpdateProductLicenseResponseLicenseManager. updateProductLicense(UpdateProductLicenseRequest request)Updates the list of images for a product license.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)UpdateProductLicenseResponseLicenseManagerClient. updateProductLicense(UpdateProductLicenseRequest request)Method parameters in com.oracle.bmc.licensemanager with type arguments of type UpdateProductLicenseRequest 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 UpdateProductLicenseRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return UpdateProductLicenseRequest Modifier and Type Method Description UpdateProductLicenseRequestUpdateProductLicenseRequest.Builder. build()Build the instance of UpdateProductLicenseRequest as configured by this builderUpdateProductLicenseRequestUpdateProductLicenseRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateProductLicenseRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type UpdateProductLicenseRequest Modifier and Type Method Description UpdateProductLicenseRequest.BuilderUpdateProductLicenseRequest.Builder. copy(UpdateProductLicenseRequest o)Copy method to populate the builder with values from the given instance.
-