Uses of Class
com.oracle.bmc.licensemanager.requests.CreateLicenseRecordRequest
-
Packages that use CreateLicenseRecordRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of CreateLicenseRecordRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type CreateLicenseRecordRequest Modifier and Type Method Description CreateLicenseRecordResponseLicenseManager. createLicenseRecord(CreateLicenseRecordRequest request)Creates a new license record for the given product license ID.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)CreateLicenseRecordResponseLicenseManagerClient. createLicenseRecord(CreateLicenseRecordRequest request)Method parameters in com.oracle.bmc.licensemanager with type arguments of type CreateLicenseRecordRequest 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 CreateLicenseRecordRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return CreateLicenseRecordRequest Modifier and Type Method Description CreateLicenseRecordRequestCreateLicenseRecordRequest.Builder. build()Build the instance of CreateLicenseRecordRequest as configured by this builderCreateLicenseRecordRequestCreateLicenseRecordRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateLicenseRecordRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type CreateLicenseRecordRequest Modifier and Type Method Description CreateLicenseRecordRequest.BuilderCreateLicenseRecordRequest.Builder. copy(CreateLicenseRecordRequest o)Copy method to populate the builder with values from the given instance.
-