Uses of Class
com.oracle.bmc.jmsjavadownloads.requests.GetJavaDownloadReportContentRequest
-
Packages that use GetJavaDownloadReportContentRequest Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.requests -
-
Uses of GetJavaDownloadReportContentRequest in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads with parameters of type GetJavaDownloadReportContentRequest Modifier and Type Method Description GetJavaDownloadReportContentResponse
JavaDownload. getJavaDownloadReportContent(GetJavaDownloadReportContentRequest request)
Retrieve a Java download report with the specified identifier.Future<GetJavaDownloadReportContentResponse>
JavaDownloadAsync. getJavaDownloadReportContent(GetJavaDownloadReportContentRequest request, AsyncHandler<GetJavaDownloadReportContentRequest,GetJavaDownloadReportContentResponse> handler)
Retrieve a Java download report with the specified identifier.Future<GetJavaDownloadReportContentResponse>
JavaDownloadAsyncClient. getJavaDownloadReportContent(GetJavaDownloadReportContentRequest request, AsyncHandler<GetJavaDownloadReportContentRequest,GetJavaDownloadReportContentResponse> handler)
GetJavaDownloadReportContentResponse
JavaDownloadClient. getJavaDownloadReportContent(GetJavaDownloadReportContentRequest request)
Method parameters in com.oracle.bmc.jmsjavadownloads with type arguments of type GetJavaDownloadReportContentRequest Modifier and Type Method Description Future<GetJavaDownloadReportContentResponse>
JavaDownloadAsync. getJavaDownloadReportContent(GetJavaDownloadReportContentRequest request, AsyncHandler<GetJavaDownloadReportContentRequest,GetJavaDownloadReportContentResponse> handler)
Retrieve a Java download report with the specified identifier.Future<GetJavaDownloadReportContentResponse>
JavaDownloadAsyncClient. getJavaDownloadReportContent(GetJavaDownloadReportContentRequest request, AsyncHandler<GetJavaDownloadReportContentRequest,GetJavaDownloadReportContentResponse> handler)
-
Uses of GetJavaDownloadReportContentRequest in com.oracle.bmc.jmsjavadownloads.requests
Methods in com.oracle.bmc.jmsjavadownloads.requests that return GetJavaDownloadReportContentRequest Modifier and Type Method Description GetJavaDownloadReportContentRequest
GetJavaDownloadReportContentRequest.Builder. build()
Build the instance of GetJavaDownloadReportContentRequest as configured by this builderGetJavaDownloadReportContentRequest
GetJavaDownloadReportContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJavaDownloadReportContentRequest as configured by this builderMethods in com.oracle.bmc.jmsjavadownloads.requests with parameters of type GetJavaDownloadReportContentRequest Modifier and Type Method Description GetJavaDownloadReportContentRequest.Builder
GetJavaDownloadReportContentRequest.Builder. copy(GetJavaDownloadReportContentRequest o)
Copy method to populate the builder with values from the given instance.
-