Uses of Class
org.wso2.am.integration.clients.admin.api.dto.BotDetectionAlertSubscriptionListDTO
-
Packages that use BotDetectionAlertSubscriptionListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of BotDetectionAlertSubscriptionListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return BotDetectionAlertSubscriptionListDTO Modifier and Type Method Description BotDetectionAlertSubscriptionListDTOBotDetectionAlertSubscriptionsApi. getBotDetectionAlertSubscriptions()Get Subscriptions for Bot Detection Get the list of subscriptions which are subscribed to receive email alerts for bot detectionMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type BotDetectionAlertSubscriptionListDTO Modifier and Type Method Description ApiResponse<BotDetectionAlertSubscriptionListDTO>BotDetectionAlertSubscriptionsApi. getBotDetectionAlertSubscriptionsWithHttpInfo()Get Subscriptions for Bot Detection Get the list of subscriptions which are subscribed to receive email alerts for bot detectionMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type BotDetectionAlertSubscriptionListDTO Modifier and Type Method Description okhttp3.CallBotDetectionAlertSubscriptionsApi. getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback)Get Subscriptions for Bot Detection (asynchronously) Get the list of subscriptions which are subscribed to receive email alerts for bot detection -
Uses of BotDetectionAlertSubscriptionListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return BotDetectionAlertSubscriptionListDTO Modifier and Type Method Description BotDetectionAlertSubscriptionListDTOBotDetectionAlertSubscriptionListDTO. count(Integer count)BotDetectionAlertSubscriptionListDTOBotDetectionAlertSubscriptionListDTO. list(List<BotDetectionAlertSubscriptionDTO> list)
-