Uses of Class
com.tencentcloudapi.eb.v20210416.models.SearchLogResponse
-
Packages that use SearchLogResponse Package Description com.tencentcloudapi.eb.v20210416 com.tencentcloudapi.eb.v20210416.models -
-
Uses of SearchLogResponse in com.tencentcloudapi.eb.v20210416
Methods in com.tencentcloudapi.eb.v20210416 that return SearchLogResponse Modifier and Type Method Description SearchLogResponseEbClient. SearchLog(SearchLogRequest req)日志检索 -
Uses of SearchLogResponse in com.tencentcloudapi.eb.v20210416.models
Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type SearchLogResponse Constructor Description SearchLogResponse(SearchLogResponse 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.
-