| Package | Description |
|---|---|
| com.volcengine.model.tls.request |
| Modifier and Type | Method and Description |
|---|---|
List<Receiver> |
CreateAlarmNotifyGroupRequest.getReceivers() |
List<Receiver> |
ModifyAlarmNotifyGroupRequest.getReceivers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAlarmNotifyGroupRequest.setReceivers(List<Receiver> receivers) |
void |
ModifyAlarmNotifyGroupRequest.setReceivers(List<Receiver> receivers) |
| Constructor and Description |
|---|
CreateAlarmNotifyGroupRequest(String alarmNotifyGroupName,
List<String> notifyType,
List<Receiver> receivers) |
CreateAlarmNotifyGroupRequest(String alarmNotifyGroupName,
List<String> notifyType,
List<Receiver> receivers,
String iamProjectName) |
ModifyAlarmNotifyGroupRequest(String alarmNotifyGroupId,
String alarmNotifyGroupName,
List<String> notifyType,
List<Receiver> receivers) |
Copyright © 2025. All rights reserved.