Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.DescribeFileSystemsResponse
-
Packages that use DescribeFileSystemsResponse Package Description com.tencentcloudapi.chdfs.v20201112 com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of DescribeFileSystemsResponse in com.tencentcloudapi.chdfs.v20201112
Methods in com.tencentcloudapi.chdfs.v20201112 that return DescribeFileSystemsResponse Modifier and Type Method Description DescribeFileSystemsResponse
ChdfsClient. DescribeFileSystems(DescribeFileSystemsRequest req)
查看文件系统列表。 -
Uses of DescribeFileSystemsResponse in com.tencentcloudapi.chdfs.v20201112.models
Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type DescribeFileSystemsResponse Constructor Description DescribeFileSystemsResponse(DescribeFileSystemsResponse 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.
-