Uses of Class
com.oracle.bmc.licensemanager.responses.CreateProductLicenseResponse
-
Packages that use CreateProductLicenseResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of CreateProductLicenseResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return CreateProductLicenseResponse Modifier and Type Method Description CreateProductLicenseResponse
LicenseManager. createProductLicense(CreateProductLicenseRequest request)
Creates a new product license.CreateProductLicenseResponse
LicenseManagerClient. createProductLicense(CreateProductLicenseRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type CreateProductLicenseResponse 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)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type CreateProductLicenseResponse 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 CreateProductLicenseResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return CreateProductLicenseResponse Modifier and Type Method Description CreateProductLicenseResponse
CreateProductLicenseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type CreateProductLicenseResponse Modifier and Type Method Description CreateProductLicenseResponse.Builder
CreateProductLicenseResponse.Builder. copy(CreateProductLicenseResponse o)
Copy method to populate the builder with values from the given instance.
-