Uses of Class
com.tencentcloudapi.cloudstudio.v20230508.models.LifeCycleCommand
-
Packages that use LifeCycleCommand Package Description com.tencentcloudapi.cloudstudio.v20230508.models -
-
Uses of LifeCycleCommand in com.tencentcloudapi.cloudstudio.v20230508.models
Methods in com.tencentcloudapi.cloudstudio.v20230508.models that return LifeCycleCommand Modifier and Type Method Description LifeCycleCommand[]LifeCycle. getDestroy()Get 每次工作空间关闭时执行LifeCycleCommand[]LifeCycle. getInit()Get 工作空间首次初始化时执行LifeCycleCommand[]LifeCycle. getStart()Get 每次工作空间启动时执行Methods in com.tencentcloudapi.cloudstudio.v20230508.models with parameters of type LifeCycleCommand Modifier and Type Method Description voidLifeCycle. setDestroy(LifeCycleCommand[] Destroy)Set 每次工作空间关闭时执行voidLifeCycle. setInit(LifeCycleCommand[] Init)Set 工作空间首次初始化时执行voidLifeCycle. setStart(LifeCycleCommand[] Start)Set 每次工作空间启动时执行Constructors in com.tencentcloudapi.cloudstudio.v20230508.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.
-