Uses of Class
com.tencentcloudapi.pts.v20210728.models.CreateAlertChannelRequest
-
Packages that use CreateAlertChannelRequest Package Description com.tencentcloudapi.pts.v20210728 com.tencentcloudapi.pts.v20210728.models -
-
Uses of CreateAlertChannelRequest in com.tencentcloudapi.pts.v20210728
Methods in com.tencentcloudapi.pts.v20210728 with parameters of type CreateAlertChannelRequest Modifier and Type Method Description CreateAlertChannelResponsePtsClient. CreateAlertChannel(CreateAlertChannelRequest req)创建告警通知接收组 -
Uses of CreateAlertChannelRequest in com.tencentcloudapi.pts.v20210728.models
Constructors in com.tencentcloudapi.pts.v20210728.models with parameters of type CreateAlertChannelRequest Constructor Description CreateAlertChannelRequest(CreateAlertChannelRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-