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