Uses of Class
io.gravitee.am.service.model.UpdateBotDetection
Packages that use UpdateBotDetection
-
Uses of UpdateBotDetection in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type UpdateBotDetectionModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<BotDetection>BotDetectionService.update(String domain, String id, UpdateBotDetection updateBotDetection) io.reactivex.rxjava3.core.Single<BotDetection>BotDetectionService.update(String domain, String id, UpdateBotDetection updateBotDetection, User principal) -
Uses of UpdateBotDetection in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type UpdateBotDetectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<BotDetection>BotDetectionServiceImpl.update(String domain, String id, UpdateBotDetection updateBotDetection, User principal)