Uses of Class
com.oracle.bmc.licensemanager.requests.DeleteProductLicenseRequest
-
Packages that use DeleteProductLicenseRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of DeleteProductLicenseRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type DeleteProductLicenseRequest Modifier and Type Method Description DeleteProductLicenseResponseLicenseManager. deleteProductLicense(DeleteProductLicenseRequest request)Removes a product license.Future<DeleteProductLicenseResponse>LicenseManagerAsync. deleteProductLicense(DeleteProductLicenseRequest request, AsyncHandler<DeleteProductLicenseRequest,DeleteProductLicenseResponse> handler)Removes a product license.Future<DeleteProductLicenseResponse>LicenseManagerAsyncClient. deleteProductLicense(DeleteProductLicenseRequest request, AsyncHandler<DeleteProductLicenseRequest,DeleteProductLicenseResponse> handler)DeleteProductLicenseResponseLicenseManagerClient. deleteProductLicense(DeleteProductLicenseRequest request)Method parameters in com.oracle.bmc.licensemanager with type arguments of type DeleteProductLicenseRequest Modifier and Type Method Description Future<DeleteProductLicenseResponse>LicenseManagerAsync. deleteProductLicense(DeleteProductLicenseRequest request, AsyncHandler<DeleteProductLicenseRequest,DeleteProductLicenseResponse> handler)Removes a product license.Future<DeleteProductLicenseResponse>LicenseManagerAsyncClient. deleteProductLicense(DeleteProductLicenseRequest request, AsyncHandler<DeleteProductLicenseRequest,DeleteProductLicenseResponse> handler) -
Uses of DeleteProductLicenseRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return DeleteProductLicenseRequest Modifier and Type Method Description DeleteProductLicenseRequestDeleteProductLicenseRequest.Builder. build()Build the instance of DeleteProductLicenseRequest as configured by this builderDeleteProductLicenseRequestDeleteProductLicenseRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteProductLicenseRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type DeleteProductLicenseRequest Modifier and Type Method Description DeleteProductLicenseRequest.BuilderDeleteProductLicenseRequest.Builder. copy(DeleteProductLicenseRequest o)Copy method to populate the builder with values from the given instance.
-