| 程序包 | 说明 |
|---|---|
| com.volcengine.model.tls.request |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Receiver> |
CreateAlarmNotifyGroupRequest.getReceivers() |
List<Receiver> |
ModifyAlarmNotifyGroupRequest.getReceivers() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateAlarmNotifyGroupRequest.setReceivers(List<Receiver> receivers) |
void |
ModifyAlarmNotifyGroupRequest.setReceivers(List<Receiver> receivers) |
| 构造器和说明 |
|---|
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 © 2024. All rights reserved.