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