Uses of Class
com.tencentcloudapi.cwp.v20180228.models.DescribeIndexListRequest
-
Packages that use DescribeIndexListRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of DescribeIndexListRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type DescribeIndexListRequest Modifier and Type Method Description DescribeIndexListResponseCwpClient. DescribeIndexList(DescribeIndexListRequest req)获取索引列表 -
Uses of DescribeIndexListRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type DescribeIndexListRequest Constructor Description DescribeIndexListRequest(DescribeIndexListRequest 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.
-