Uses of Class
com.tencentcloudapi.cis.v20180408.models.Event
-
Packages that use Event Package Description com.tencentcloudapi.cis.v20180408.models -
-
Uses of Event in com.tencentcloudapi.cis.v20180408.models
Methods in com.tencentcloudapi.cis.v20180408.models that return Event Modifier and Type Method Description Event[]DescribeContainerInstanceEventsResponse. getEventList()Get 容器实例事件列表Methods in com.tencentcloudapi.cis.v20180408.models with parameters of type Event Modifier and Type Method Description voidDescribeContainerInstanceEventsResponse. setEventList(Event[] EventList)Set 容器实例事件列表Constructors in com.tencentcloudapi.cis.v20180408.models with parameters of type Event Constructor Description Event(Event 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.
-