Uses of Class
com.tencentcloudapi.asw.v20200722.models.ExecutionEvent
-
Packages that use ExecutionEvent Package Description com.tencentcloudapi.asw.v20200722.models -
-
Uses of ExecutionEvent in com.tencentcloudapi.asw.v20200722.models
Methods in com.tencentcloudapi.asw.v20200722.models that return ExecutionEvent Modifier and Type Method Description ExecutionEvent[]DescribeExecutionHistoryResponse. getEvents()Get 执行的事件列表Methods in com.tencentcloudapi.asw.v20200722.models with parameters of type ExecutionEvent Modifier and Type Method Description voidDescribeExecutionHistoryResponse. setEvents(ExecutionEvent[] Events)Set 执行的事件列表Constructors in com.tencentcloudapi.asw.v20200722.models with parameters of type ExecutionEvent Constructor Description ExecutionEvent(ExecutionEvent 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.
-