Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.DescribeMountPointsResponse
-
Packages that use DescribeMountPointsResponse Package Description com.tencentcloudapi.chdfs.v20201112 com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of DescribeMountPointsResponse in com.tencentcloudapi.chdfs.v20201112
Methods in com.tencentcloudapi.chdfs.v20201112 that return DescribeMountPointsResponse Modifier and Type Method Description DescribeMountPointsResponseChdfsClient. DescribeMountPoints(DescribeMountPointsRequest req)查看挂载点列表。 -
Uses of DescribeMountPointsResponse in com.tencentcloudapi.chdfs.v20201112.models
Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type DescribeMountPointsResponse Constructor Description DescribeMountPointsResponse(DescribeMountPointsResponse 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.
-