Uses of Class
com.tencentcloudapi.tke.v20180525.models.Event
-
Packages that use Event Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of Event in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return Event Modifier and Type Method Description Event[]DescribeEKSContainerInstanceEventResponse. getEvents()Get 事件集合Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type Event Modifier and Type Method Description voidDescribeEKSContainerInstanceEventResponse. setEvents(Event[] Events)Set 事件集合Constructors in com.tencentcloudapi.tke.v20180525.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.
-