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