Uses of Class
com.oracle.bmc.datasafe.responses.GenerateSecurityAssessmentReportResponse
-
Packages that use GenerateSecurityAssessmentReportResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GenerateSecurityAssessmentReportResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GenerateSecurityAssessmentReportResponse Modifier and Type Method Description GenerateSecurityAssessmentReportResponse
DataSafe. generateSecurityAssessmentReport(GenerateSecurityAssessmentReportRequest request)
Generates the report of the specified security assessment.GenerateSecurityAssessmentReportResponse
DataSafeClient. generateSecurityAssessmentReport(GenerateSecurityAssessmentReportRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GenerateSecurityAssessmentReportResponse Modifier and Type Method Description Future<GenerateSecurityAssessmentReportResponse>
DataSafeAsync. generateSecurityAssessmentReport(GenerateSecurityAssessmentReportRequest request, AsyncHandler<GenerateSecurityAssessmentReportRequest,GenerateSecurityAssessmentReportResponse> handler)
Generates the report of the specified security assessment.Future<GenerateSecurityAssessmentReportResponse>
DataSafeAsyncClient. generateSecurityAssessmentReport(GenerateSecurityAssessmentReportRequest request, AsyncHandler<GenerateSecurityAssessmentReportRequest,GenerateSecurityAssessmentReportResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GenerateSecurityAssessmentReportResponse Modifier and Type Method Description Future<GenerateSecurityAssessmentReportResponse>
DataSafeAsync. generateSecurityAssessmentReport(GenerateSecurityAssessmentReportRequest request, AsyncHandler<GenerateSecurityAssessmentReportRequest,GenerateSecurityAssessmentReportResponse> handler)
Generates the report of the specified security assessment.Future<GenerateSecurityAssessmentReportResponse>
DataSafeAsyncClient. generateSecurityAssessmentReport(GenerateSecurityAssessmentReportRequest request, AsyncHandler<GenerateSecurityAssessmentReportRequest,GenerateSecurityAssessmentReportResponse> handler)
-
Uses of GenerateSecurityAssessmentReportResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GenerateSecurityAssessmentReportResponse Modifier and Type Method Description GenerateSecurityAssessmentReportResponse
GenerateSecurityAssessmentReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GenerateSecurityAssessmentReportResponse Modifier and Type Method Description GenerateSecurityAssessmentReportResponse.Builder
GenerateSecurityAssessmentReportResponse.Builder. copy(GenerateSecurityAssessmentReportResponse o)
Copy method to populate the builder with values from the given instance.
-