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