Uses of Class
com.tencentcloudapi.cwp.v20180228.models.BashEvent
-
Packages that use BashEvent Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of BashEvent in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return BashEvent Modifier and Type Method Description BashEvent[]DescribeBashEventsResponse. getList()Get 高危命令事件列表Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type BashEvent Modifier and Type Method Description voidDescribeBashEventsResponse. setList(BashEvent[] List)Set 高危命令事件列表Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type BashEvent Constructor Description BashEvent(BashEvent 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.
-