Uses of Class
com.tencentcloudapi.scf.v20180416.models.AsyncEvent
-
Packages that use AsyncEvent Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of AsyncEvent in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return AsyncEvent Modifier and Type Method Description AsyncEvent[]ListAsyncEventsResponse. getEventList()Get 异步事件列表Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type AsyncEvent Modifier and Type Method Description voidListAsyncEventsResponse. setEventList(AsyncEvent[] EventList)Set 异步事件列表Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type AsyncEvent Constructor Description AsyncEvent(AsyncEvent 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.
-