Uses of Class
com.oracle.bmc.datasafe.requests.GenerateSecurityAssessmentReportRequest
- 
Packages that use GenerateSecurityAssessmentReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests 
- 
- 
Uses of GenerateSecurityAssessmentReportRequest in com.oracle.bmc.datasafeMethod parameters in com.oracle.bmc.datasafe with type arguments of type GenerateSecurityAssessmentReportRequest 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 GenerateSecurityAssessmentReportRequest in com.oracle.bmc.datasafe.requestsMethods in com.oracle.bmc.datasafe.requests that return GenerateSecurityAssessmentReportRequest Modifier and Type Method Description GenerateSecurityAssessmentReportRequestGenerateSecurityAssessmentReportRequest.Builder. build()Build the instance of GenerateSecurityAssessmentReportRequest as configured by this builderGenerateSecurityAssessmentReportRequestGenerateSecurityAssessmentReportRequest.Builder. buildWithoutInvocationCallback()Build the instance of GenerateSecurityAssessmentReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GenerateSecurityAssessmentReportRequest Modifier and Type Method Description GenerateSecurityAssessmentReportRequest.BuilderGenerateSecurityAssessmentReportRequest.Builder. copy(GenerateSecurityAssessmentReportRequest o)Copy method to populate the builder with values from the given instance.
 
-