| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
AlertConfigListDTO |
AlertConfigurationApi.getAllAlertConfigs(String alertType)
Get all AbnormalRequestsPerMin alert configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertConfigListDTO> |
AlertConfigurationApi.getAllAlertConfigsWithHttpInfo(String alertType)
Get all AbnormalRequestsPerMin alert configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AlertConfigurationApi.getAllAlertConfigsAsync(String alertType,
ApiCallback<AlertConfigListDTO> callback)
Get all AbnormalRequestsPerMin alert configurations (asynchronously)
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
| Modifier and Type | Method and Description |
|---|---|
AlertConfigListDTO |
AlertConfigListDTO.addListItem(AlertConfigDTO listItem) |
AlertConfigListDTO |
AlertConfigListDTO.count(Integer count) |
AlertConfigListDTO |
AlertConfigListDTO.list(List<AlertConfigDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.