Uses of Class
com.oracle.bmc.jmsjavadownloads.requests.GetJavaLicenseRequest
-
Packages that use GetJavaLicenseRequest Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.requests -
-
Uses of GetJavaLicenseRequest in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads with parameters of type GetJavaLicenseRequest Modifier and Type Method Description GetJavaLicenseResponse
JavaDownload. getJavaLicense(GetJavaLicenseRequest request)
Return details of the specified Java license type.Future<GetJavaLicenseResponse>
JavaDownloadAsync. getJavaLicense(GetJavaLicenseRequest request, AsyncHandler<GetJavaLicenseRequest,GetJavaLicenseResponse> handler)
Return details of the specified Java license type.Future<GetJavaLicenseResponse>
JavaDownloadAsyncClient. getJavaLicense(GetJavaLicenseRequest request, AsyncHandler<GetJavaLicenseRequest,GetJavaLicenseResponse> handler)
GetJavaLicenseResponse
JavaDownloadClient. getJavaLicense(GetJavaLicenseRequest request)
Method parameters in com.oracle.bmc.jmsjavadownloads with type arguments of type GetJavaLicenseRequest Modifier and Type Method Description Future<GetJavaLicenseResponse>
JavaDownloadAsync. getJavaLicense(GetJavaLicenseRequest request, AsyncHandler<GetJavaLicenseRequest,GetJavaLicenseResponse> handler)
Return details of the specified Java license type.Future<GetJavaLicenseResponse>
JavaDownloadAsyncClient. getJavaLicense(GetJavaLicenseRequest request, AsyncHandler<GetJavaLicenseRequest,GetJavaLicenseResponse> handler)
-
Uses of GetJavaLicenseRequest in com.oracle.bmc.jmsjavadownloads.requests
Methods in com.oracle.bmc.jmsjavadownloads.requests that return GetJavaLicenseRequest Modifier and Type Method Description GetJavaLicenseRequest
GetJavaLicenseRequest.Builder. build()
Build the instance of GetJavaLicenseRequest as configured by this builderGetJavaLicenseRequest
GetJavaLicenseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJavaLicenseRequest as configured by this builderMethods in com.oracle.bmc.jmsjavadownloads.requests with parameters of type GetJavaLicenseRequest Modifier and Type Method Description GetJavaLicenseRequest.Builder
GetJavaLicenseRequest.Builder. copy(GetJavaLicenseRequest o)
Copy method to populate the builder with values from the given instance.
-