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