Uses of Class
org.wso2.am.integration.clients.admin.api.dto.BotDetectionAlertSubscriptionDTO
-
Packages that use BotDetectionAlertSubscriptionDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of BotDetectionAlertSubscriptionDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return BotDetectionAlertSubscriptionDTO Modifier and Type Method Description BotDetectionAlertSubscriptionDTOBotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO)Subscribe for Bot Detection Alerts Register a subscription for bot detection alertsMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type BotDetectionAlertSubscriptionDTO Modifier and Type Method Description ApiResponse<BotDetectionAlertSubscriptionDTO>BotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO)Subscribe for Bot Detection Alerts Register a subscription for bot detection alertsMethods in org.wso2.am.integration.clients.admin.api with parameters of type BotDetectionAlertSubscriptionDTO Modifier and Type Method Description BotDetectionAlertSubscriptionDTOBotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO)Subscribe for Bot Detection Alerts Register a subscription for bot detection alertsokhttp3.CallBotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback<BotDetectionAlertSubscriptionDTO> _callback)Subscribe for Bot Detection Alerts (asynchronously) Register a subscription for bot detection alertsokhttp3.CallBotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback _callback)Build call for subscribeForBotDetectionAlertsApiResponse<BotDetectionAlertSubscriptionDTO>BotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO)Subscribe for Bot Detection Alerts Register a subscription for bot detection alertsMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type BotDetectionAlertSubscriptionDTO Modifier and Type Method Description okhttp3.CallBotDetectionAlertSubscriptionsApi. subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback<BotDetectionAlertSubscriptionDTO> _callback)Subscribe for Bot Detection Alerts (asynchronously) Register a subscription for bot detection alerts -
Uses of BotDetectionAlertSubscriptionDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return BotDetectionAlertSubscriptionDTO Modifier and Type Method Description BotDetectionAlertSubscriptionDTOBotDetectionAlertSubscriptionDTO. email(String email)BotDetectionAlertSubscriptionDTOBotDetectionAlertSubscriptionDTO. uuid(String uuid)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type BotDetectionAlertSubscriptionDTO Modifier and Type Method Description List<BotDetectionAlertSubscriptionDTO>BotDetectionAlertSubscriptionListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type BotDetectionAlertSubscriptionDTO Modifier and Type Method Description BotDetectionAlertSubscriptionListDTOBotDetectionAlertSubscriptionListDTO. list(List<BotDetectionAlertSubscriptionDTO> list)voidBotDetectionAlertSubscriptionListDTO. setList(List<BotDetectionAlertSubscriptionDTO> list)
-