Uses of Class
com.oracle.bmc.datasafe.responses.DownloadUserAssessmentReportResponse
-
Packages that use DownloadUserAssessmentReportResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DownloadUserAssessmentReportResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DownloadUserAssessmentReportResponse Modifier and Type Method Description DownloadUserAssessmentReportResponse
DataSafe. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request)
Downloads the report of the specified user assessment.DownloadUserAssessmentReportResponse
DataSafeClient. downloadUserAssessmentReport(DownloadUserAssessmentReportRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type DownloadUserAssessmentReportResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadUserAssessmentReportResponse 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 DownloadUserAssessmentReportResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DownloadUserAssessmentReportResponse Modifier and Type Method Description DownloadUserAssessmentReportResponse
DownloadUserAssessmentReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DownloadUserAssessmentReportResponse Modifier and Type Method Description DownloadUserAssessmentReportResponse.Builder
DownloadUserAssessmentReportResponse.Builder. copy(DownloadUserAssessmentReportResponse o)
Copy method to populate the builder with values from the given instance.
-