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.datasafe
Methods in com.oracle.bmc.datasafe that return RefreshUserAssessmentResponse Modifier and Type Method Description RefreshUserAssessmentResponse
DataSafe. refreshUserAssessment(RefreshUserAssessmentRequest request)
Refreshes the latest assessment and saves it for future reference.RefreshUserAssessmentResponse
DataSafeClient. 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.responses
Methods in com.oracle.bmc.datasafe.responses that return RefreshUserAssessmentResponse Modifier and Type Method Description RefreshUserAssessmentResponse
RefreshUserAssessmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type RefreshUserAssessmentResponse Modifier and Type Method Description RefreshUserAssessmentResponse.Builder
RefreshUserAssessmentResponse.Builder. copy(RefreshUserAssessmentResponse o)
Copy method to populate the builder with values from the given instance.
-