Uses of Class
com.tencentcloudapi.tic.v20201117.models.DescribeStackEventsResponse
-
Packages that use DescribeStackEventsResponse Package Description com.tencentcloudapi.tic.v20201117 com.tencentcloudapi.tic.v20201117.models -
-
Uses of DescribeStackEventsResponse in com.tencentcloudapi.tic.v20201117
Methods in com.tencentcloudapi.tic.v20201117 that return DescribeStackEventsResponse Modifier and Type Method Description DescribeStackEventsResponse
TicClient. DescribeStackEvents(DescribeStackEventsRequest req)
本接口(DescribeStackEvents)用于查看一个或多个事件详细信息。 - 可以根据事件ID过滤感兴趣的事件 - 也可以根据版本ID,资源栈ID,事件类型,事件状态过滤事件,过滤信息详细请见过滤器Filter - 如果参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的事件 -
Uses of DescribeStackEventsResponse in com.tencentcloudapi.tic.v20201117.models
Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type DescribeStackEventsResponse Constructor Description DescribeStackEventsResponse(DescribeStackEventsResponse 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.
-