Uses of Class
com.tencentcloudapi.as.v20180419.models.NotificationTarget
-
Packages that use NotificationTarget Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of NotificationTarget in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return NotificationTarget Modifier and Type Method Description NotificationTargetCreateLifecycleHookRequest. getNotificationTarget()Get 通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。NotificationTargetLifecycleHook. getNotificationTarget()Get 通知目标NotificationTargetModifyLifecycleHookRequest. getNotificationTarget()Get 通知目标信息。NotificationTargetUpgradeLifecycleHookRequest. getNotificationTarget()Get 通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type NotificationTarget Modifier and Type Method Description voidCreateLifecycleHookRequest. setNotificationTarget(NotificationTarget NotificationTarget)Set 通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。voidLifecycleHook. setNotificationTarget(NotificationTarget NotificationTarget)Set 通知目标voidModifyLifecycleHookRequest. setNotificationTarget(NotificationTarget NotificationTarget)Set 通知目标信息。voidUpgradeLifecycleHookRequest. setNotificationTarget(NotificationTarget NotificationTarget)Set 通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type NotificationTarget Constructor Description NotificationTarget(NotificationTarget 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.
-