Uses of Class
com.tencentcloudapi.tic.v20201117.models.StackInfo
-
Packages that use StackInfo Package Description com.tencentcloudapi.tic.v20201117.models -
-
Uses of StackInfo in com.tencentcloudapi.tic.v20201117.models
Methods in com.tencentcloudapi.tic.v20201117.models that return StackInfo Modifier and Type Method Description StackInfo[]
DescribeStacksResponse. getStacks()
Get 资源栈详细信息列表Methods in com.tencentcloudapi.tic.v20201117.models with parameters of type StackInfo Modifier and Type Method Description void
DescribeStacksResponse. setStacks(StackInfo[] Stacks)
Set 资源栈详细信息列表Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type StackInfo Constructor Description StackInfo(StackInfo 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.
-