Uses of Class
com.tencentcloudapi.as.v20180419.models.LifecycleActionResultInfo
-
Packages that use LifecycleActionResultInfo Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of LifecycleActionResultInfo in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return LifecycleActionResultInfo Modifier and Type Method Description LifecycleActionResultInfo[]Activity. getLifecycleActionResultSet()Get 伸缩活动中生命周期挂钩的执行结果。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type LifecycleActionResultInfo Modifier and Type Method Description voidActivity. setLifecycleActionResultSet(LifecycleActionResultInfo[] LifecycleActionResultSet)Set 伸缩活动中生命周期挂钩的执行结果。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type LifecycleActionResultInfo Constructor Description LifecycleActionResultInfo(LifecycleActionResultInfo 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.
-