Uses of Class
com.oracle.bmc.datasafe.responses.ListUserAssessmentsResponse
-
Packages that use ListUserAssessmentsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListUserAssessmentsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListUserAssessmentsResponse Modifier and Type Method Description ListUserAssessmentsResponseDataSafe. listUserAssessments(ListUserAssessmentsRequest request)Gets a list of user assessments.ListUserAssessmentsResponseDataSafeClient. listUserAssessments(ListUserAssessmentsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListUserAssessmentsResponse Modifier and Type Method Description Future<ListUserAssessmentsResponse>DataSafeAsync. listUserAssessments(ListUserAssessmentsRequest request, AsyncHandler<ListUserAssessmentsRequest,ListUserAssessmentsResponse> handler)Gets a list of user assessments.Future<ListUserAssessmentsResponse>DataSafeAsyncClient. listUserAssessments(ListUserAssessmentsRequest request, AsyncHandler<ListUserAssessmentsRequest,ListUserAssessmentsResponse> handler)Iterable<ListUserAssessmentsResponse>DataSafePaginators. listUserAssessmentsResponseIterator(ListUserAssessmentsRequest request)Creates a new iterable which will iterate over the responses received from the listUserAssessments operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListUserAssessmentsResponse Modifier and Type Method Description Future<ListUserAssessmentsResponse>DataSafeAsync. listUserAssessments(ListUserAssessmentsRequest request, AsyncHandler<ListUserAssessmentsRequest,ListUserAssessmentsResponse> handler)Gets a list of user assessments.Future<ListUserAssessmentsResponse>DataSafeAsyncClient. listUserAssessments(ListUserAssessmentsRequest request, AsyncHandler<ListUserAssessmentsRequest,ListUserAssessmentsResponse> handler) -
Uses of ListUserAssessmentsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListUserAssessmentsResponse Modifier and Type Method Description ListUserAssessmentsResponseListUserAssessmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListUserAssessmentsResponse Modifier and Type Method Description ListUserAssessmentsResponse.BuilderListUserAssessmentsResponse.Builder. copy(ListUserAssessmentsResponse o)Copy method to populate the builder with values from the given instance.
-