Uses of Class
com.tencentcloudapi.eb.v20210416.models.EventBus
-
Packages that use EventBus Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of EventBus in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return EventBus Modifier and Type Method Description EventBus[]ListEventBusesResponse. getEventBuses()Get 事件集信息Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type EventBus Modifier and Type Method Description voidListEventBusesResponse. setEventBuses(EventBus[] EventBuses)Set 事件集信息Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type EventBus Constructor Description EventBus(EventBus 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.
-