Uses of Class
com.tencentcloudapi.cloudstudio.v20230508.models.LifeCycle
-
Packages that use LifeCycle Package Description com.tencentcloudapi.cloudstudio.v20230508.models -
-
Uses of LifeCycle in com.tencentcloudapi.cloudstudio.v20230508.models
Methods in com.tencentcloudapi.cloudstudio.v20230508.models that return LifeCycle Modifier and Type Method Description LifeCycleCreateWorkspaceRequest. getLifecycle()Get 工作空间生命周期钩子.LifeCycleModifyWorkspaceRequest. getLifecycle()Get 工作空间生命周期钩子.Methods in com.tencentcloudapi.cloudstudio.v20230508.models with parameters of type LifeCycle Modifier and Type Method Description voidCreateWorkspaceRequest. setLifecycle(LifeCycle Lifecycle)Set 工作空间生命周期钩子.voidModifyWorkspaceRequest. setLifecycle(LifeCycle Lifecycle)Set 工作空间生命周期钩子.Constructors in com.tencentcloudapi.cloudstudio.v20230508.models with parameters of type LifeCycle Constructor Description LifeCycle(LifeCycle 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.
-