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