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