Uses of Class
com.tencentcloudapi.ape.v20200513.models.DescribeImagesResponse
-
Packages that use DescribeImagesResponse Package Description com.tencentcloudapi.ape.v20200513 com.tencentcloudapi.ape.v20200513.models -
-
Uses of DescribeImagesResponse in com.tencentcloudapi.ape.v20200513
Methods in com.tencentcloudapi.ape.v20200513 that return DescribeImagesResponse Modifier and Type Method Description DescribeImagesResponseApeClient. DescribeImages(DescribeImagesRequest req)根据关键字搜索图片列表 -
Uses of DescribeImagesResponse in com.tencentcloudapi.ape.v20200513.models
Constructors in com.tencentcloudapi.ape.v20200513.models with parameters of type DescribeImagesResponse Constructor Description DescribeImagesResponse(DescribeImagesResponse 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.
-