Uses of Class
com.oracle.bmc.jmsjavadownloads.responses.GetJavaLicenseResponse
-
Packages that use GetJavaLicenseResponse Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.responses -
-
Uses of GetJavaLicenseResponse in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads that return GetJavaLicenseResponse Modifier and Type Method Description GetJavaLicenseResponse
JavaDownload. getJavaLicense(GetJavaLicenseRequest request)
Return details of the specified Java license type.GetJavaLicenseResponse
JavaDownloadClient. getJavaLicense(GetJavaLicenseRequest request)
Methods in com.oracle.bmc.jmsjavadownloads that return types with arguments of type GetJavaLicenseResponse 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)
Method parameters in com.oracle.bmc.jmsjavadownloads with type arguments of type GetJavaLicenseResponse 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 GetJavaLicenseResponse in com.oracle.bmc.jmsjavadownloads.responses
Methods in com.oracle.bmc.jmsjavadownloads.responses that return GetJavaLicenseResponse Modifier and Type Method Description GetJavaLicenseResponse
GetJavaLicenseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jmsjavadownloads.responses with parameters of type GetJavaLicenseResponse Modifier and Type Method Description GetJavaLicenseResponse.Builder
GetJavaLicenseResponse.Builder. copy(GetJavaLicenseResponse o)
Copy method to populate the builder with values from the given instance.
-