Uses of Class
com.oracle.bmc.licensemanager.requests.CreateProductLicenseRequest
-
Packages that use CreateProductLicenseRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of CreateProductLicenseRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type CreateProductLicenseRequest Modifier and Type Method Description CreateProductLicenseResponseLicenseManager. createProductLicense(CreateProductLicenseRequest request)Creates a new product license.Future<CreateProductLicenseResponse>LicenseManagerAsync. createProductLicense(CreateProductLicenseRequest request, AsyncHandler<CreateProductLicenseRequest,CreateProductLicenseResponse> handler)Creates a new product license.Future<CreateProductLicenseResponse>LicenseManagerAsyncClient. createProductLicense(CreateProductLicenseRequest request, AsyncHandler<CreateProductLicenseRequest,CreateProductLicenseResponse> handler)CreateProductLicenseResponseLicenseManagerClient. createProductLicense(CreateProductLicenseRequest request)Method parameters in com.oracle.bmc.licensemanager with type arguments of type CreateProductLicenseRequest Modifier and Type Method Description Future<CreateProductLicenseResponse>LicenseManagerAsync. createProductLicense(CreateProductLicenseRequest request, AsyncHandler<CreateProductLicenseRequest,CreateProductLicenseResponse> handler)Creates a new product license.Future<CreateProductLicenseResponse>LicenseManagerAsyncClient. createProductLicense(CreateProductLicenseRequest request, AsyncHandler<CreateProductLicenseRequest,CreateProductLicenseResponse> handler) -
Uses of CreateProductLicenseRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return CreateProductLicenseRequest Modifier and Type Method Description CreateProductLicenseRequestCreateProductLicenseRequest.Builder. build()Build the instance of CreateProductLicenseRequest as configured by this builderCreateProductLicenseRequestCreateProductLicenseRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateProductLicenseRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type CreateProductLicenseRequest Modifier and Type Method Description CreateProductLicenseRequest.BuilderCreateProductLicenseRequest.Builder. copy(CreateProductLicenseRequest o)Copy method to populate the builder with values from the given instance.
-