Uses of Class
com.tencentcloudapi.as.v20180419.models.AutoScalingNotification
-
Packages that use AutoScalingNotification Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of AutoScalingNotification in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return AutoScalingNotification Modifier and Type Method Description AutoScalingNotification[]DescribeNotificationConfigurationsResponse. getAutoScalingNotificationSet()Get 弹性伸缩事件通知详细信息列表。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type AutoScalingNotification Modifier and Type Method Description voidDescribeNotificationConfigurationsResponse. setAutoScalingNotificationSet(AutoScalingNotification[] AutoScalingNotificationSet)Set 弹性伸缩事件通知详细信息列表。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type AutoScalingNotification Constructor Description AutoScalingNotification(AutoScalingNotification 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.
-