Uses of Class
com.oracle.bmc.licensemanager.responses.DeleteProductLicenseResponse
-
Packages that use DeleteProductLicenseResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of DeleteProductLicenseResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return DeleteProductLicenseResponse Modifier and Type Method Description DeleteProductLicenseResponseLicenseManager. deleteProductLicense(DeleteProductLicenseRequest request)Removes a product license.DeleteProductLicenseResponseLicenseManagerClient. deleteProductLicense(DeleteProductLicenseRequest request)Methods in com.oracle.bmc.licensemanager that return types with arguments of type DeleteProductLicenseResponse 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)Method parameters in com.oracle.bmc.licensemanager with type arguments of type DeleteProductLicenseResponse 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 DeleteProductLicenseResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return DeleteProductLicenseResponse Modifier and Type Method Description DeleteProductLicenseResponseDeleteProductLicenseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type DeleteProductLicenseResponse Modifier and Type Method Description DeleteProductLicenseResponse.BuilderDeleteProductLicenseResponse.Builder. copy(DeleteProductLicenseResponse o)Copy method to populate the builder with values from the given instance.
-