Uses of Class
com.oracle.bmc.datasafe.responses.RefreshUserAssessmentResponse
- 
Packages that use RefreshUserAssessmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses 
- 
- 
Uses of RefreshUserAssessmentResponse in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return RefreshUserAssessmentResponse Modifier and Type Method Description RefreshUserAssessmentResponseDataSafe. refreshUserAssessment(RefreshUserAssessmentRequest request)Refreshes the latest assessment and saves it for future reference.RefreshUserAssessmentResponseDataSafeClient. refreshUserAssessment(RefreshUserAssessmentRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type RefreshUserAssessmentResponse Modifier and Type Method Description Future<RefreshUserAssessmentResponse>DataSafeAsync. refreshUserAssessment(RefreshUserAssessmentRequest request, AsyncHandler<RefreshUserAssessmentRequest,RefreshUserAssessmentResponse> handler)Refreshes the latest assessment and saves it for future reference.Future<RefreshUserAssessmentResponse>DataSafeAsyncClient. refreshUserAssessment(RefreshUserAssessmentRequest request, AsyncHandler<RefreshUserAssessmentRequest,RefreshUserAssessmentResponse> handler)Method parameters in com.oracle.bmc.datasafe with type arguments of type RefreshUserAssessmentResponse Modifier and Type Method Description Future<RefreshUserAssessmentResponse>DataSafeAsync. refreshUserAssessment(RefreshUserAssessmentRequest request, AsyncHandler<RefreshUserAssessmentRequest,RefreshUserAssessmentResponse> handler)Refreshes the latest assessment and saves it for future reference.Future<RefreshUserAssessmentResponse>DataSafeAsyncClient. refreshUserAssessment(RefreshUserAssessmentRequest request, AsyncHandler<RefreshUserAssessmentRequest,RefreshUserAssessmentResponse> handler)
- 
Uses of RefreshUserAssessmentResponse in com.oracle.bmc.datasafe.responsesMethods in com.oracle.bmc.datasafe.responses that return RefreshUserAssessmentResponse Modifier and Type Method Description RefreshUserAssessmentResponseRefreshUserAssessmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type RefreshUserAssessmentResponse Modifier and Type Method Description RefreshUserAssessmentResponse.BuilderRefreshUserAssessmentResponse.Builder. copy(RefreshUserAssessmentResponse o)Copy method to populate the builder with values from the given instance.
 
-