Uses of Class
com.oracle.bmc.datasafe.requests.DownloadUserAssessmentReportRequest
-
Packages that use DownloadUserAssessmentReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DownloadUserAssessmentReportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DownloadUserAssessmentReportRequest Modifier and Type Method Description DownloadUserAssessmentReportResponse
DataSafe. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request)
Downloads the report of the specified user assessment.Future<DownloadUserAssessmentReportResponse>
DataSafeAsync. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request, AsyncHandler<DownloadUserAssessmentReportRequest,DownloadUserAssessmentReportResponse> handler)
Downloads the report of the specified user assessment.Future<DownloadUserAssessmentReportResponse>
DataSafeAsyncClient. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request, AsyncHandler<DownloadUserAssessmentReportRequest,DownloadUserAssessmentReportResponse> handler)
DownloadUserAssessmentReportResponse
DataSafeClient. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadUserAssessmentReportRequest Modifier and Type Method Description Future<DownloadUserAssessmentReportResponse>
DataSafeAsync. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request, AsyncHandler<DownloadUserAssessmentReportRequest,DownloadUserAssessmentReportResponse> handler)
Downloads the report of the specified user assessment.Future<DownloadUserAssessmentReportResponse>
DataSafeAsyncClient. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request, AsyncHandler<DownloadUserAssessmentReportRequest,DownloadUserAssessmentReportResponse> handler)
-
Uses of DownloadUserAssessmentReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadUserAssessmentReportRequest Modifier and Type Method Description DownloadUserAssessmentReportRequest
DownloadUserAssessmentReportRequest.Builder. build()
Build the instance of DownloadUserAssessmentReportRequest as configured by this builderDownloadUserAssessmentReportRequest
DownloadUserAssessmentReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadUserAssessmentReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadUserAssessmentReportRequest Modifier and Type Method Description DownloadUserAssessmentReportRequest.Builder
DownloadUserAssessmentReportRequest.Builder. copy(DownloadUserAssessmentReportRequest o)
Copy method to populate the builder with values from the given instance.
-