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.datasafe
Method 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.requests
Methods in com.oracle.bmc.datasafe.requests that return GenerateSecurityAssessmentReportRequest Modifier and Type Method Description GenerateSecurityAssessmentReportRequest
GenerateSecurityAssessmentReportRequest.Builder. build()
Build the instance of GenerateSecurityAssessmentReportRequest as configured by this builderGenerateSecurityAssessmentReportRequest
GenerateSecurityAssessmentReportRequest.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.Builder
GenerateSecurityAssessmentReportRequest.Builder. copy(GenerateSecurityAssessmentReportRequest o)
Copy method to populate the builder with values from the given instance.
-