Uses of Class
com.oracle.bmc.jmsjavadownloads.requests.CreateJavaDownloadReportRequest
-
Packages that use CreateJavaDownloadReportRequest Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.requests -
-
Uses of CreateJavaDownloadReportRequest in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads with parameters of type CreateJavaDownloadReportRequest Modifier and Type Method Description CreateJavaDownloadReportResponse
JavaDownload. createJavaDownloadReport(CreateJavaDownloadReportRequest request)
Create a new report in the specified format containing the download details for the tenancy.Future<CreateJavaDownloadReportResponse>
JavaDownloadAsync. createJavaDownloadReport(CreateJavaDownloadReportRequest request, AsyncHandler<CreateJavaDownloadReportRequest,CreateJavaDownloadReportResponse> handler)
Create a new report in the specified format containing the download details for the tenancy.Future<CreateJavaDownloadReportResponse>
JavaDownloadAsyncClient. createJavaDownloadReport(CreateJavaDownloadReportRequest request, AsyncHandler<CreateJavaDownloadReportRequest,CreateJavaDownloadReportResponse> handler)
CreateJavaDownloadReportResponse
JavaDownloadClient. createJavaDownloadReport(CreateJavaDownloadReportRequest request)
Method parameters in com.oracle.bmc.jmsjavadownloads with type arguments of type CreateJavaDownloadReportRequest Modifier and Type Method Description Future<CreateJavaDownloadReportResponse>
JavaDownloadAsync. createJavaDownloadReport(CreateJavaDownloadReportRequest request, AsyncHandler<CreateJavaDownloadReportRequest,CreateJavaDownloadReportResponse> handler)
Create a new report in the specified format containing the download details for the tenancy.Future<CreateJavaDownloadReportResponse>
JavaDownloadAsyncClient. createJavaDownloadReport(CreateJavaDownloadReportRequest request, AsyncHandler<CreateJavaDownloadReportRequest,CreateJavaDownloadReportResponse> handler)
-
Uses of CreateJavaDownloadReportRequest in com.oracle.bmc.jmsjavadownloads.requests
Methods in com.oracle.bmc.jmsjavadownloads.requests that return CreateJavaDownloadReportRequest Modifier and Type Method Description CreateJavaDownloadReportRequest
CreateJavaDownloadReportRequest.Builder. build()
Build the instance of CreateJavaDownloadReportRequest as configured by this builderCreateJavaDownloadReportRequest
CreateJavaDownloadReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateJavaDownloadReportRequest as configured by this builderMethods in com.oracle.bmc.jmsjavadownloads.requests with parameters of type CreateJavaDownloadReportRequest Modifier and Type Method Description CreateJavaDownloadReportRequest.Builder
CreateJavaDownloadReportRequest.Builder. copy(CreateJavaDownloadReportRequest o)
Copy method to populate the builder with values from the given instance.
-