Uses of Class
com.oracle.bmc.datasafe.responses.RefreshSecurityAssessmentResponse
-
Packages that use RefreshSecurityAssessmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of RefreshSecurityAssessmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return RefreshSecurityAssessmentResponse Modifier and Type Method Description RefreshSecurityAssessmentResponse
DataSafe. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request)
Runs a security assessment, refreshes the latest assessment, and saves it for future reference.RefreshSecurityAssessmentResponse
DataSafeClient. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type RefreshSecurityAssessmentResponse Modifier and Type Method Description Future<RefreshSecurityAssessmentResponse>
DataSafeAsync. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
Runs a security assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshSecurityAssessmentResponse>
DataSafeAsyncClient. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type RefreshSecurityAssessmentResponse Modifier and Type Method Description Future<RefreshSecurityAssessmentResponse>
DataSafeAsync. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
Runs a security assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshSecurityAssessmentResponse>
DataSafeAsyncClient. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
-
Uses of RefreshSecurityAssessmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return RefreshSecurityAssessmentResponse Modifier and Type Method Description RefreshSecurityAssessmentResponse
RefreshSecurityAssessmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type RefreshSecurityAssessmentResponse Modifier and Type Method Description RefreshSecurityAssessmentResponse.Builder
RefreshSecurityAssessmentResponse.Builder. copy(RefreshSecurityAssessmentResponse o)
Copy method to populate the builder with values from the given instance.
-