Uses of Class
com.tencentcloudapi.as.v20180419.models.LifecycleCommand
-
Packages that use LifecycleCommand Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of LifecycleCommand in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return LifecycleCommand Modifier and Type Method Description LifecycleCommandCreateLifecycleHookRequest. getLifecycleCommand()Get 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。LifecycleCommandLifecycleHook. getLifecycleCommand()Get 远程命令执行对象 注意:此字段可能返回 null,表示取不到有效值。LifecycleCommandModifyLifecycleHookRequest. getLifecycleCommand()Get 远程命令执行对象。LifecycleCommandUpgradeLifecycleHookRequest. getLifecycleCommand()Get 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type LifecycleCommand Modifier and Type Method Description voidCreateLifecycleHookRequest. setLifecycleCommand(LifecycleCommand LifecycleCommand)Set 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。voidLifecycleHook. setLifecycleCommand(LifecycleCommand LifecycleCommand)Set 远程命令执行对象 注意:此字段可能返回 null,表示取不到有效值。voidModifyLifecycleHookRequest. setLifecycleCommand(LifecycleCommand LifecycleCommand)Set 远程命令执行对象。voidUpgradeLifecycleHookRequest. setLifecycleCommand(LifecycleCommand LifecycleCommand)Set 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type LifecycleCommand Constructor Description LifecycleCommand(LifecycleCommand 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.
-